Class: Castle::Command
- Inherits:
-
Struct
- Object
- Struct
- Castle::Command
- Defined in:
- lib/castle/command.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#method ⇒ Object
Returns the value of attribute method.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
4 5 6 |
# File 'lib/castle/command.rb', line 4 def data @data end |
#method ⇒ Object
Returns the value of attribute method
4 5 6 |
# File 'lib/castle/command.rb', line 4 def method @method end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/castle/command.rb', line 4 def path @path end |