Class: SfCli::Sf::Project::DeployStart::Result
- Inherits:
-
Struct
- Object
- Struct
- SfCli::Sf::Project::DeployStart::Result
- Defined in:
- lib/sf_cli/sf/project/deploy_start.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#done ⇒ Object
Returns the value of attribute done.
-
#files ⇒ Object
Returns the value of attribute files.
-
#id ⇒ Object
Returns the value of attribute id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Method Summary collapse
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
3 4 5 |
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3 def details @details end |
#done ⇒ Object
Returns the value of attribute done
3 4 5 |
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3 def done @done end |
#files ⇒ Object
Returns the value of attribute files
3 4 5 |
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3 def files @files end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3 def id @id end |
#status ⇒ Object
Returns the value of attribute status
3 4 5 |
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3 def status @status end |
#success ⇒ Object
Returns the value of attribute success
3 4 5 |
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3 def success @success end |
Instance Method Details
#success? ⇒ Boolean
4 5 6 |
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 4 def success? success end |