Class: BinData::MultiValue
- Defined in:
- lib/bindata/deprecated.rb
Constant Summary
Constants inherited from Struct
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
-
.inherited(subclass) ⇒ Object
:nodoc:.
Methods inherited from Record
endian, hide, method_missing, sanitize_parameters!
Methods inherited from Struct
#_do_num_bytes, #clear, #clear?, #debug_name_of, #field_names, #initialize, #method_missing, #offset_of, #orig__do_num_bytes, #orig_clear, #orig_clear?, #orig_offset_of, #respond_to?, sanitize_parameters!
Methods inherited from Base
#==, accepted_parameters, #assign, #clear, #clear?, #debug_name, #debug_name_of, default_parameters, #eval_parameter, #get_parameter, #has_parameter?, #initialize, #inspect, mandatory_parameters, mutually_exclusive_parameters, #num_bytes, #offset, #offset_of, optional_parameters, #read, read, sanitize_parameters!, #single_value?, #snapshot, #to_binary_s, #to_s, #write
Constructor Details
This class inherits a constructor from BinData::Struct
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class BinData::Struct
Class Method Details
.inherited(subclass) ⇒ Object
:nodoc:
20 21 22 23 |
# File 'lib/bindata/deprecated.rb', line 20 def inherited(subclass) #:nodoc: warn "BinData::MultiValue is deprecated. Replacing with BinData::Record" super end |