Class: GoApiClient::Domain::ScheduledJob

Inherits:
AttributeHelper show all
Defined in:
lib/go_api_client/domain/scheduled_job.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_locatorObject

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

#environmentObject

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_variablesObject

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

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/go_api_client/domain/scheduled_job.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/go_api_client/domain/scheduled_job.rb', line 5

def name
  @name
end

#resourcesObject

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_uriObject

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