Class: Maze::Client::Appium::SessionMetadata
- Inherits:
-
Object
- Object
- Maze::Client::Appium::SessionMetadata
- Defined in:
- lib/maze/client/appium/session_metadata.rb
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#failure_message ⇒ Object
Returns the value of attribute failure_message.
-
#farm ⇒ Object
Returns the value of attribute farm.
-
#id ⇒ Object
Returns the value of attribute id.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Method Summary collapse
-
#initialize ⇒ SessionMetadata
constructor
A new instance of SessionMetadata.
Constructor Details
#initialize ⇒ SessionMetadata
Returns a new instance of SessionMetadata.
5 6 7 8 |
# File 'lib/maze/client/appium/session_metadata.rb', line 5 def initialize @success = false = 'Default failure message' end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
12 13 14 |
# File 'lib/maze/client/appium/session_metadata.rb', line 12 def device @device end |
#failure_message ⇒ Object
Returns the value of attribute failure_message.
14 15 16 |
# File 'lib/maze/client/appium/session_metadata.rb', line 14 def end |
#farm ⇒ Object
Returns the value of attribute farm.
11 12 13 |
# File 'lib/maze/client/appium/session_metadata.rb', line 11 def farm @farm end |
#id ⇒ Object
Returns the value of attribute id.
10 11 12 |
# File 'lib/maze/client/appium/session_metadata.rb', line 10 def id @id end |
#success ⇒ Object
Returns the value of attribute success.
13 14 15 |
# File 'lib/maze/client/appium/session_metadata.rb', line 13 def success @success end |