Class: BinStruct::Struct::StructDef
- Inherits:
-
Struct
- Object
- Struct
- BinStruct::Struct::StructDef
- Defined in:
- lib/bin_struct/struct.rb
Instance Attribute Summary collapse
-
#builder ⇒ Object
Returns the value of attribute builder.
-
#default ⇒ Object
Returns the value of attribute default.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#builder ⇒ Object
Returns the value of attribute builder
106 107 108 |
# File 'lib/bin_struct/struct.rb', line 106 def builder @builder end |
#default ⇒ Object
Returns the value of attribute default
106 107 108 |
# File 'lib/bin_struct/struct.rb', line 106 def default @default end |
#optional ⇒ Object
Returns the value of attribute optional
106 107 108 |
# File 'lib/bin_struct/struct.rb', line 106 def optional @optional end |
#options ⇒ Object
Returns the value of attribute options
106 107 108 |
# File 'lib/bin_struct/struct.rb', line 106 def @options end |
#type ⇒ Object
Returns the value of attribute type
106 107 108 |
# File 'lib/bin_struct/struct.rb', line 106 def type @type end |