Class: Autotype::Generic
- Inherits:
-
Data
- Object
- Data
- Autotype::Generic
- Defined in:
- lib/autotype/engine.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
25 26 27 |
# File 'lib/autotype/engine.rb', line 25 def arguments @arguments end |
#name ⇒ Object (readonly)
Returns the value of attribute name
25 26 27 |
# File 'lib/autotype/engine.rb', line 25 def name @name end |