Class: Rainforest::Runs
- Defined in:
- lib/rainforest/resource/runs.rb
Instance Attribute Summary collapse
-
#browsers ⇒ Object
Returns the value of attribute browsers.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#environment_id ⇒ Object
Returns the value of attribute environment_id.
-
#expected_wait_time ⇒ Object
Returns the value of attribute expected_wait_time.
-
#id ⇒ Object
Returns the value of attribute id.
-
#requested_tests ⇒ Object
Returns the value of attribute requested_tests.
-
#result ⇒ Object
Returns the value of attribute result.
-
#state ⇒ Object
Returns the value of attribute state.
-
#state_log ⇒ Object
Returns the value of attribute state_log.
-
#test_count ⇒ Object
Returns the value of attribute test_count.
Method Summary
Methods inherited from Resource
#create, #delete, #initialize, #retrieve, #update
Constructor Details
This class inherits a constructor from Rainforest::Resource
Instance Attribute Details
#browsers ⇒ Object
Returns the value of attribute browsers.
5 6 7 |
# File 'lib/rainforest/resource/runs.rb', line 5 def browsers @browsers end |
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/rainforest/resource/runs.rb', line 5 def created_at @created_at end |
#environment_id ⇒ Object
Returns the value of attribute environment_id.
5 6 7 |
# File 'lib/rainforest/resource/runs.rb', line 5 def environment_id @environment_id end |
#expected_wait_time ⇒ Object
Returns the value of attribute expected_wait_time.
5 6 7 |
# File 'lib/rainforest/resource/runs.rb', line 5 def expected_wait_time @expected_wait_time end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/rainforest/resource/runs.rb', line 5 def id @id end |
#requested_tests ⇒ Object
Returns the value of attribute requested_tests.
5 6 7 |
# File 'lib/rainforest/resource/runs.rb', line 5 def requested_tests @requested_tests end |
#result ⇒ Object
Returns the value of attribute result.
5 6 7 |
# File 'lib/rainforest/resource/runs.rb', line 5 def result @result end |
#state ⇒ Object
Returns the value of attribute state.
5 6 7 |
# File 'lib/rainforest/resource/runs.rb', line 5 def state @state end |
#state_log ⇒ Object
Returns the value of attribute state_log.
5 6 7 |
# File 'lib/rainforest/resource/runs.rb', line 5 def state_log @state_log end |
#test_count ⇒ Object
Returns the value of attribute test_count.
5 6 7 |
# File 'lib/rainforest/resource/runs.rb', line 5 def test_count @test_count end |