Class: Boxy::Command
- Inherits:
-
Struct
- Object
- Struct
- Boxy::Command
- Defined in:
- lib/boxy/command.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/boxy/command.rb', line 2 def name @name end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/boxy/command.rb', line 2 def @options end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/boxy/command.rb', line 2 def type @type end |
#valid ⇒ Object
Returns the value of attribute valid
2 3 4 |
# File 'lib/boxy/command.rb', line 2 def valid @valid end |