Class: Elem

Inherits:
Struct
  • Object
show all
Defined in:
lib/cello/pageobjects/recorder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#element_idObject

Returns the value of attribute element_id

Returns:

  • (Object)

    the current value of element_id



3
4
5
# File 'lib/cello/pageobjects/recorder.rb', line 3

def element_id
  @element_id
end

#element_nameObject

Returns the value of attribute element_name

Returns:

  • (Object)

    the current value of element_name



3
4
5
# File 'lib/cello/pageobjects/recorder.rb', line 3

def element_name
  @element_name
end

#element_typeObject

Returns the value of attribute element_type

Returns:

  • (Object)

    the current value of element_type



3
4
5
# File 'lib/cello/pageobjects/recorder.rb', line 3

def element_type
  @element_type
end