Class: Ynl::Types::Binary
- Inherits:
-
Struct
- Object
- Struct
- Ynl::Types::Binary
- Defined in:
- lib/ynl.rb
Instance Attribute Summary collapse
-
#display_hint ⇒ Object
Returns the value of attribute display_hint.
-
#length ⇒ Object
Returns the value of attribute length.
-
#struct ⇒ Object
Returns the value of attribute struct.
Instance Method Summary collapse
Instance Attribute Details
#display_hint ⇒ Object
Returns the value of attribute display_hint
29 30 31 |
# File 'lib/ynl.rb', line 29 def display_hint @display_hint end |
#length ⇒ Object
Returns the value of attribute length
29 30 31 |
# File 'lib/ynl.rb', line 29 def length @length end |
#struct ⇒ Object
Returns the value of attribute struct
29 30 31 |
# File 'lib/ynl.rb', line 29 def struct @struct end |
Instance Method Details
#rbs_type ⇒ Object
35 36 37 |
# File 'lib/ynl.rb', line 35 def rbs_type 'untyped' end |
#resolve(f) ⇒ Object
30 31 32 33 |
# File 'lib/ynl.rb', line 30 def resolve(f) self.struct = struct.resolve(f) if self.struct self end |