Class: Ynl::Types::Scalar
- Inherits:
-
Data
- Object
- Data
- Ynl::Types::Scalar
- Defined in:
- lib/ynl.rb
Instance Attribute Summary collapse
-
#byte_order ⇒ Object
readonly
Returns the value of attribute byte_order.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#byte_order ⇒ Object (readonly)
Returns the value of attribute byte_order
11 12 13 |
# File 'lib/ynl.rb', line 11 def byte_order @byte_order end |
#type ⇒ Object (readonly)
Returns the value of attribute type
11 12 13 |
# File 'lib/ynl.rb', line 11 def type @type end |
Instance Method Details
#rbs_type ⇒ Object
16 17 18 |
# File 'lib/ynl.rb', line 16 def rbs_type '::Integer' end |
#resolve(f) ⇒ Object
12 13 14 |
# File 'lib/ynl.rb', line 12 def resolve(f) self end |