Class: GoApiClient::Domain::Agent

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#enabledObject

Returns the value of attribute enabled.



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

def enabled
  @enabled
end

#environmentsObject

Returns the value of attribute environments.



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

def environments
  @environments
end

#free_spaceObject

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

#hostnameObject

Returns the value of attribute hostname.



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

def hostname
  @hostname
end

#ip_addressObject

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_systemObject

Returns the value of attribute operating_system.



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

def operating_system
  @operating_system
end

#resourcesObject

Returns the value of attribute resources.



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

def resources
  @resources
end

#sandboxObject

Returns the value of attribute sandbox.



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

def sandbox
  @sandbox
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#uuidObject

Returns the value of attribute uuid.



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

def uuid
  @uuid
end