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