Class: Ovto::Actions
- Inherits:
-
Object
- Object
- Ovto::Actions
- Defined in:
- lib/ovto/actions.rb
Overview
Base class for ovto actions.
Instance Attribute Summary collapse
-
#wired_actions ⇒ Object
writeonly
Sets the attribute wired_actions.
Instance Method Summary collapse
Instance Attribute Details
#wired_actions=(value) ⇒ Object (writeonly)
Sets the attribute wired_actions
4 5 6 |
# File 'lib/ovto/actions.rb', line 4 def wired_actions=(value) @wired_actions = value end |
Instance Method Details
#actions ⇒ Object
6 7 8 |
# File 'lib/ovto/actions.rb', line 6 def actions @wired_actions end |