Class: Ovto::Actions

Inherits:
Object
  • Object
show all
Defined in:
lib/ovto/actions.rb

Overview

Base class for ovto actions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#wired_actions=(value) ⇒ Object (writeonly)

Sets the attribute wired_actions

Parameters:

  • value

    the value to set the attribute wired_actions to.



4
5
6
# File 'lib/ovto/actions.rb', line 4

def wired_actions=(value)
  @wired_actions = value
end

Instance Method Details

#actionsObject



6
7
8
# File 'lib/ovto/actions.rb', line 6

def actions
  @wired_actions
end