Class: SchwarmCli::HandsOffTask::Result
- Inherits:
-
Struct
- Object
- Struct
- SchwarmCli::HandsOffTask::Result
- Defined in:
- lib/schwarm_cli/hands_off_task.rb
Instance Attribute Summary collapse
-
#branch_name ⇒ Object
Returns the value of attribute branch_name.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#status ⇒ Object
Returns the value of attribute status.
-
#success? ⇒ Object
Returns the value of attribute success?.
-
#task_id ⇒ Object
Returns the value of attribute task_id.
-
#task_url ⇒ Object
Returns the value of attribute task_url.
Instance Attribute Details
#branch_name ⇒ Object
Returns the value of attribute branch_name
7 8 9 |
# File 'lib/schwarm_cli/hands_off_task.rb', line 7 def branch_name @branch_name end |
#error_message ⇒ Object
Returns the value of attribute error_message
7 8 9 |
# File 'lib/schwarm_cli/hands_off_task.rb', line 7 def @error_message end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/schwarm_cli/hands_off_task.rb', line 7 def status @status end |
#success? ⇒ Object
Returns the value of attribute success?
7 8 9 |
# File 'lib/schwarm_cli/hands_off_task.rb', line 7
def success?
@success?
end
|
#task_id ⇒ Object
Returns the value of attribute task_id
7 8 9 |
# File 'lib/schwarm_cli/hands_off_task.rb', line 7 def task_id @task_id end |
#task_url ⇒ Object
Returns the value of attribute task_url
7 8 9 |
# File 'lib/schwarm_cli/hands_off_task.rb', line 7 def task_url @task_url end |