Class: Kameleon::DSL::Act::Mouse::Click
- Inherits:
-
Object
- Object
- Kameleon::DSL::Act::Mouse::Click
- Defined in:
- lib/kameleon/dsl/act/mouse.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
readonly
Returns the value of attribute actions.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
Instance Method Summary collapse
-
#initialize(*params) ⇒ Click
constructor
A new instance of Click.
Constructor Details
#initialize(*params) ⇒ Click
Returns a new instance of Click.
9 10 11 12 13 |
# File 'lib/kameleon/dsl/act/mouse.rb', line 9 def initialize(*params) @params = params @actions = [] parse_actions end |
Instance Attribute Details
#actions ⇒ Object (readonly)
Returns the value of attribute actions.
7 8 9 |
# File 'lib/kameleon/dsl/act/mouse.rb', line 7 def actions @actions end |
#params ⇒ Object (readonly)
Returns the value of attribute params.
6 7 8 |
# File 'lib/kameleon/dsl/act/mouse.rb', line 6 def params @params end |