Class: Battlestation::Operations::Base
- Inherits:
-
Object
- Object
- Battlestation::Operations::Base
- Defined in:
- lib/battlestation/operations.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#opts ⇒ Object
Returns the value of attribute opts.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/battlestation/operations.rb', line 4 def name @name end |
#opts ⇒ Object
Returns the value of attribute opts.
4 5 6 |
# File 'lib/battlestation/operations.rb', line 4 def opts @opts end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/battlestation/operations.rb', line 4 def type @type end |
Instance Method Details
#execute ⇒ Object
6 7 |
# File 'lib/battlestation/operations.rb', line 6 def execute end |