Class: TelephonyBillDetailsReturn

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

Overview

http://soapi.ovh.com/managertelephonyBillDetailsReturn

Constant Summary collapse

@@schema_type =
"telephonyBillDetailsReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["fromDate", ["SOAP::SOAPString", XSD::QName.new(nil, "fromDate")]], ["toDate", ["SOAP::SOAPString", XSD::QName.new(nil, "toDate")]], ["list", ["MyArrayOfTelephonyCallStructType", XSD::QName.new(nil, "list")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fromDate = nil, toDate = nil, list = nil) ⇒ TelephonyBillDetailsReturn

Returns a new instance of TelephonyBillDetailsReturn.



682
683
684
685
686
# File 'lib/ovhrb/manager/manager.rb', line 682

def initialize(fromDate = nil, toDate = nil, list = nil)
  @fromDate = fromDate
  @toDate = toDate
  @list = list
end

Instance Attribute Details

#fromDateObject

Returns the value of attribute fromDate.



678
679
680
# File 'lib/ovhrb/manager/manager.rb', line 678

def fromDate
  @fromDate
end

#listObject

Returns the value of attribute list.



680
681
682
# File 'lib/ovhrb/manager/manager.rb', line 680

def list
  @list
end

#toDateObject

Returns the value of attribute toDate.



679
680
681
# File 'lib/ovhrb/manager/manager.rb', line 679

def toDate
  @toDate
end