BinData::SanitizedParameter
# File lib/bindata/sanitize.rb, line 36 def initialize(name, field_type, field_params, endian) @name = name @prototype = SanitizedPrototype.new(field_type, field_params, endian) end
# File lib/bindata/sanitize.rb, line 51 def instantiate(value = nil, parent = nil) @prototype.instantiate(value, parent) end
# File lib/bindata/sanitize.rb, line 47 def name @name end
# File lib/bindata/sanitize.rb, line 43 def name_as_sym @name.nil? ? nil : @name.to_sym end
[Validate]
Generated with the Darkfish Rdoc Generator 2.