Class: Rubycli::ReturnDefinition
- Inherits:
-
Struct
- Object
- Struct
- Rubycli::ReturnDefinition
- Defined in:
- lib/rubycli/types.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#types ⇒ Object
Returns the value of attribute types.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
17 18 19 |
# File 'lib/rubycli/types.rb', line 17 def description @description end |
#types ⇒ Object
Returns the value of attribute types
17 18 19 |
# File 'lib/rubycli/types.rb', line 17 def types @types end |