Class: Latitude::API::Objects::Stats
Constant Summary
Constants inherited
from APIObject
APIObject::RESERVED
Instance Attribute Summary collapse
Attributes inherited from APIObject
#raw
Method Summary
Methods inherited from APIObject
#==, #[], #as_json, #each, #hash, #initialize, #inspect, #key?, #keys, #method_missing, #respond_to_missing?, #to_h, wrap
#attribute, #attribute_specs
#attribute_spec, #read_attribute, #wrap_attribute
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class Latitude::API::APIObject
Instance Attribute Details
#databases ⇒ Integer
67
68
69
70
71
72
73
74
75
|
# File 'lib/latitude/api/objects.rb', line 67
class Stats < APIObject
attribute :databases, :integer, read_only: true
attribute :ip_addresses, :integer, read_only: true
attribute :prefixes, :integer, read_only: true
attribute :servers, :integer, read_only: true
attribute :storages, :integer, read_only: true
attribute :virtual_machines, :integer, read_only: true
attribute :vlans, :integer, read_only: true
end
|
#ip_addresses ⇒ Integer
67
68
69
70
71
72
73
74
75
|
# File 'lib/latitude/api/objects.rb', line 67
class Stats < APIObject
attribute :databases, :integer, read_only: true
attribute :ip_addresses, :integer, read_only: true
attribute :prefixes, :integer, read_only: true
attribute :servers, :integer, read_only: true
attribute :storages, :integer, read_only: true
attribute :virtual_machines, :integer, read_only: true
attribute :vlans, :integer, read_only: true
end
|
#prefixes ⇒ Integer
67
68
69
70
71
72
73
74
75
|
# File 'lib/latitude/api/objects.rb', line 67
class Stats < APIObject
attribute :databases, :integer, read_only: true
attribute :ip_addresses, :integer, read_only: true
attribute :prefixes, :integer, read_only: true
attribute :servers, :integer, read_only: true
attribute :storages, :integer, read_only: true
attribute :virtual_machines, :integer, read_only: true
attribute :vlans, :integer, read_only: true
end
|
#servers ⇒ Integer
67
68
69
70
71
72
73
74
75
|
# File 'lib/latitude/api/objects.rb', line 67
class Stats < APIObject
attribute :databases, :integer, read_only: true
attribute :ip_addresses, :integer, read_only: true
attribute :prefixes, :integer, read_only: true
attribute :servers, :integer, read_only: true
attribute :storages, :integer, read_only: true
attribute :virtual_machines, :integer, read_only: true
attribute :vlans, :integer, read_only: true
end
|
#storages ⇒ Integer
67
68
69
70
71
72
73
74
75
|
# File 'lib/latitude/api/objects.rb', line 67
class Stats < APIObject
attribute :databases, :integer, read_only: true
attribute :ip_addresses, :integer, read_only: true
attribute :prefixes, :integer, read_only: true
attribute :servers, :integer, read_only: true
attribute :storages, :integer, read_only: true
attribute :virtual_machines, :integer, read_only: true
attribute :vlans, :integer, read_only: true
end
|
#virtual_machines ⇒ Integer
67
68
69
70
71
72
73
74
75
|
# File 'lib/latitude/api/objects.rb', line 67
class Stats < APIObject
attribute :databases, :integer, read_only: true
attribute :ip_addresses, :integer, read_only: true
attribute :prefixes, :integer, read_only: true
attribute :servers, :integer, read_only: true
attribute :storages, :integer, read_only: true
attribute :virtual_machines, :integer, read_only: true
attribute :vlans, :integer, read_only: true
end
|
#vlans ⇒ Integer
67
68
69
70
71
72
73
74
75
|
# File 'lib/latitude/api/objects.rb', line 67
class Stats < APIObject
attribute :databases, :integer, read_only: true
attribute :ip_addresses, :integer, read_only: true
attribute :prefixes, :integer, read_only: true
attribute :servers, :integer, read_only: true
attribute :storages, :integer, read_only: true
attribute :virtual_machines, :integer, read_only: true
attribute :vlans, :integer, read_only: true
end
|