Class: Ast::Merge::ProviderRichnessSignature
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProviderRichnessSignature
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def name @name end |
#parameters ⇒ Object
Returns the value of attribute parameters
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def parameters @parameters end |
#result ⇒ Object
Returns the value of attribute result
836 837 838 |
# File 'lib/ast/merge.rb', line 836 def result @result end |