Class: GoApiClient::Domain::Agent
- Inherits:
-
AttributeHelper
- Object
- AttributeHelper
- GoApiClient::Domain::Agent
- Defined in:
- lib/go_api_client/domain/agent.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#environments ⇒ Object
Returns the value of attribute environments.
-
#free_space ⇒ Object
Returns the value of attribute free_space.
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#operating_system ⇒ Object
Returns the value of attribute operating_system.
-
#resources ⇒ Object
Returns the value of attribute resources.
-
#sandbox ⇒ Object
Returns the value of attribute sandbox.
-
#status ⇒ Object
Returns the value of attribute status.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Method Summary collapse
-
#initialize(attributes) ⇒ Agent
constructor
A new instance of Agent.
Constructor Details
#initialize(attributes) ⇒ Agent
Returns a new instance of Agent.
7 8 9 |
# File 'lib/go_api_client/domain/agent.rb', line 7 def initialize(attributes) super(attributes) end |
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled.
5 6 7 |
# File 'lib/go_api_client/domain/agent.rb', line 5 def enabled @enabled end |
#environments ⇒ Object
Returns the value of attribute environments.
5 6 7 |
# File 'lib/go_api_client/domain/agent.rb', line 5 def environments @environments end |
#free_space ⇒ Object
Returns the value of attribute free_space.
5 6 7 |
# File 'lib/go_api_client/domain/agent.rb', line 5 def free_space @free_space end |
#hostname ⇒ Object
Returns the value of attribute hostname.
5 6 7 |
# File 'lib/go_api_client/domain/agent.rb', line 5 def hostname @hostname end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
5 6 7 |
# File 'lib/go_api_client/domain/agent.rb', line 5 def ip_address @ip_address end |
#operating_system ⇒ Object
Returns the value of attribute operating_system.
5 6 7 |
# File 'lib/go_api_client/domain/agent.rb', line 5 def end |
#resources ⇒ Object
Returns the value of attribute resources.
5 6 7 |
# File 'lib/go_api_client/domain/agent.rb', line 5 def resources @resources end |
#sandbox ⇒ Object
Returns the value of attribute sandbox.
5 6 7 |
# File 'lib/go_api_client/domain/agent.rb', line 5 def sandbox @sandbox end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/go_api_client/domain/agent.rb', line 5 def status @status end |
#uuid ⇒ Object
Returns the value of attribute uuid.
5 6 7 |
# File 'lib/go_api_client/domain/agent.rb', line 5 def uuid @uuid end |