Class: TelephonyFaxSummaryStruct

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

Overview

http://soapi.ovh.com/managertelephonyFaxSummaryStruct

Constant Summary collapse

@@schema_type =
"telephonyFaxSummaryStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["low", ["TelephonyFaxSummaryDetailsStruct", XSD::QName.new(nil, "low")]], ["high", ["TelephonyFaxSummaryDetailsStruct", XSD::QName.new(nil, "high")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(low = nil, high = nil) ⇒ TelephonyFaxSummaryStruct

Returns a new instance of TelephonyFaxSummaryStruct.



573
574
575
576
# File 'lib/ovhrb/manager/manager.rb', line 573

def initialize(low = nil, high = nil)
  @low = low
  @high = high
end

Instance Attribute Details

#highObject

Returns the value of attribute high.



571
572
573
# File 'lib/ovhrb/manager/manager.rb', line 571

def high
  @high
end

#lowObject

Returns the value of attribute low.



570
571
572
# File 'lib/ovhrb/manager/manager.rb', line 570

def low
  @low
end