Class: OverquotaInfoDayStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/manageroverquotaInfoDayStruct

Constant Summary collapse

@@schema_type =
"overquotaInfoDayStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["day", ["SOAP::SOAPInt", XSD::QName.new(nil, "day")]], ["value", ["SOAP::SOAPInt", XSD::QName.new(nil, "value")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(day = nil, value = nil) ⇒ OverquotaInfoDayStruct

Returns a new instance of OverquotaInfoDayStruct.



4442
4443
4444
4445
# File 'lib/ovhrb/manager/manager.rb', line 4442

def initialize(day = nil, value = nil)
  @day = day
  @value = value
end

Instance Attribute Details

#dayObject

Returns the value of attribute day.



4439
4440
4441
# File 'lib/ovhrb/manager/manager.rb', line 4439

def day
  @day
end

#valueObject

Returns the value of attribute value.



4440
4441
4442
# File 'lib/ovhrb/manager/manager.rb', line 4440

def value
  @value
end