Class: Autotype::Parameter
- Inherits:
-
Data
- Object
- Data
- Autotype::Parameter
- Defined in:
- lib/autotype/engine.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
29 30 31 |
# File 'lib/autotype/engine.rb', line 29 def kind @kind end |
#name ⇒ Object (readonly)
Returns the value of attribute name
29 30 31 |
# File 'lib/autotype/engine.rb', line 29 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
29 30 31 |
# File 'lib/autotype/engine.rb', line 29 def type @type end |