Class: GoApiClient::Domain::ScheduledJob
- Inherits:
-
AttributeHelper
- Object
- AttributeHelper
- GoApiClient::Domain::ScheduledJob
- Defined in:
- lib/go_api_client/domain/scheduled_job.rb
Instance Attribute Summary collapse
-
#build_locator ⇒ Object
Returns the value of attribute build_locator.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#environment_variables ⇒ Object
Returns the value of attribute environment_variables.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#resources ⇒ Object
Returns the value of attribute resources.
-
#self_uri ⇒ Object
Returns the value of attribute self_uri.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ ScheduledJob
constructor
A new instance of ScheduledJob.
Constructor Details
#initialize(attributes = {}) ⇒ ScheduledJob
Returns a new instance of ScheduledJob.
7 8 9 |
# File 'lib/go_api_client/domain/scheduled_job.rb', line 7 def initialize(attributes={}) super(attributes) end |
Instance Attribute Details
#build_locator ⇒ Object
Returns the value of attribute build_locator.
5 6 7 |
# File 'lib/go_api_client/domain/scheduled_job.rb', line 5 def build_locator @build_locator end |
#environment ⇒ Object
Returns the value of attribute environment.
5 6 7 |
# File 'lib/go_api_client/domain/scheduled_job.rb', line 5 def environment @environment end |
#environment_variables ⇒ Object
Returns the value of attribute environment_variables.
5 6 7 |
# File 'lib/go_api_client/domain/scheduled_job.rb', line 5 def environment_variables @environment_variables end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/go_api_client/domain/scheduled_job.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/go_api_client/domain/scheduled_job.rb', line 5 def name @name end |
#resources ⇒ Object
Returns the value of attribute resources.
5 6 7 |
# File 'lib/go_api_client/domain/scheduled_job.rb', line 5 def resources @resources end |
#self_uri ⇒ Object
Returns the value of attribute self_uri.
5 6 7 |
# File 'lib/go_api_client/domain/scheduled_job.rb', line 5 def self_uri @self_uri end |