Class: PacketGen::Types::Fields::FieldDef
- Inherits:
-
Struct
- Object
- Struct
- PacketGen::Types::Fields::FieldDef
- Defined in:
- lib/packetgen/types/fields.rb
Instance Attribute Summary collapse
-
#builder ⇒ Object
Returns the value of attribute builder.
-
#default ⇒ Object
Returns the value of attribute default.
-
#enum ⇒ Object
Returns the value of attribute enum.
-
#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
109 110 111 |
# File 'lib/packetgen/types/fields.rb', line 109 def builder @builder end |
#default ⇒ Object
Returns the value of attribute default
109 110 111 |
# File 'lib/packetgen/types/fields.rb', line 109 def default @default end |
#enum ⇒ Object
Returns the value of attribute enum
109 110 111 |
# File 'lib/packetgen/types/fields.rb', line 109 def enum @enum end |
#optional ⇒ Object
Returns the value of attribute optional
109 110 111 |
# File 'lib/packetgen/types/fields.rb', line 109 def optional @optional end |
#options ⇒ Object
Returns the value of attribute options
109 110 111 |
# File 'lib/packetgen/types/fields.rb', line 109 def @options end |
#type ⇒ Object
Returns the value of attribute type
109 110 111 |
# File 'lib/packetgen/types/fields.rb', line 109 def type @type end |