Class: Elem
- Inherits:
-
Struct
- Object
- Struct
- Elem
- Defined in:
- lib/cello/pageobjects/recorder.rb
Instance Attribute Summary collapse
-
#element_id ⇒ Object
Returns the value of attribute element_id.
-
#element_name ⇒ Object
Returns the value of attribute element_name.
-
#element_type ⇒ Object
Returns the value of attribute element_type.
Instance Attribute Details
#element_id ⇒ Object
Returns the value of attribute element_id
3 4 5 |
# File 'lib/cello/pageobjects/recorder.rb', line 3 def element_id @element_id end |
#element_name ⇒ Object
Returns the value of attribute element_name
3 4 5 |
# File 'lib/cello/pageobjects/recorder.rb', line 3 def element_name @element_name end |
#element_type ⇒ Object
Returns the value of attribute element_type
3 4 5 |
# File 'lib/cello/pageobjects/recorder.rb', line 3 def element_type @element_type end |