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
110 111 112 |
# File 'lib/packetgen/types/fields.rb', line 110 def builder @builder end |
#default ⇒ Object
Returns the value of attribute default
110 111 112 |
# File 'lib/packetgen/types/fields.rb', line 110 def default @default end |
#enum ⇒ Object
Returns the value of attribute enum
110 111 112 |
# File 'lib/packetgen/types/fields.rb', line 110 def enum @enum end |
#optional ⇒ Object
Returns the value of attribute optional
110 111 112 |
# File 'lib/packetgen/types/fields.rb', line 110 def optional @optional end |
#options ⇒ Object
Returns the value of attribute options
110 111 112 |
# File 'lib/packetgen/types/fields.rb', line 110 def @options end |
#type ⇒ Object
Returns the value of attribute type
110 111 112 |
# File 'lib/packetgen/types/fields.rb', line 110 def type @type end |