Class: Ynl::Types::SubMessage
- Inherits:
-
Struct
- Object
- Struct
- Ynl::Types::SubMessage
- Defined in:
- lib/ynl.rb
Instance Attribute Summary collapse
-
#selector ⇒ Object
Returns the value of attribute selector.
-
#sub_message ⇒ Object
Returns the value of attribute sub_message.
Instance Method Summary collapse
Instance Attribute Details
#selector ⇒ Object
Returns the value of attribute selector
51 52 53 |
# File 'lib/ynl.rb', line 51 def selector @selector end |
#sub_message ⇒ Object
Returns the value of attribute sub_message
51 52 53 |
# File 'lib/ynl.rb', line 51 def @sub_message end |
Instance Method Details
#rbs_type ⇒ Object
57 58 59 |
# File 'lib/ynl.rb', line 57 def rbs_type 'untyped' end |
#resolve(f) ⇒ Object
52 53 54 55 |
# File 'lib/ynl.rb', line 52 def resolve(f) self. = .resolve(f) self end |