Class: Attribute
- Inherits:
-
Struct
- Object
- Struct
- Attribute
- Defined in:
- lib/interface_semantics.rb
Instance Attribute Summary collapse
-
#argument_types ⇒ Object
Returns the value of attribute argument_types.
-
#name ⇒ Object
Returns the value of attribute name.
-
#return_type ⇒ Object
Returns the value of attribute return_type.
Instance Attribute Details
#argument_types ⇒ Object
Returns the value of attribute argument_types
7 8 9 |
# File 'lib/interface_semantics.rb', line 7 def argument_types @argument_types end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/interface_semantics.rb', line 7 def name @name end |
#return_type ⇒ Object
Returns the value of attribute return_type
7 8 9 |
# File 'lib/interface_semantics.rb', line 7 def return_type @return_type end |