class GoApiClient::Domain::Agent

Attributes

enabled[RW]
environments[RW]
free_space[RW]
hostname[RW]
ip_address[RW]
operating_system[RW]
resources[RW]
sandbox[RW]
status[RW]
uuid[RW]

Public Class Methods

new(attributes) click to toggle source
Calls superclass method GoApiClient::AttributeHelper::new
# File lib/go_api_client/domain/agent.rb, line 7
def initialize(attributes)
  super(attributes)
end