BinData::SanitizedParameter
# File lib/bindata/sanitize.rb, line 44 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 59 def has_parameter?(param) @prototype.has_parameter?(param) end
# File lib/bindata/sanitize.rb, line 63 def instantiate(value = nil, parent = nil) @prototype.instantiate(value, parent) end
# File lib/bindata/sanitize.rb, line 55 def name @name end
# File lib/bindata/sanitize.rb, line 51 def name_as_sym @name.nil? ? nil : @name.to_sym end
[Validate]
Generated with the Darkfish Rdoc Generator 2.