Class: TelephonyBillingAccountSummaryReturn

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

Overview

http://soapi.ovh.com/managertelephonyBillingAccountSummaryReturn

Constant Summary collapse

@@schema_type =
"telephonyBillingAccountSummaryReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["billingAccount", ["TelephonyBillingAccountSummaryBillingAccountStruct", XSD::QName.new(nil, "billingAccount")]], ["lines", ["MyArrayOfTelephonyBillingAccountSummaryLineStructType", XSD::QName.new(nil, "lines")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(billingAccount = nil, lines = nil) ⇒ TelephonyBillingAccountSummaryReturn

Returns a new instance of TelephonyBillingAccountSummaryReturn.



628
629
630
631
# File 'lib/ovhrb/manager/manager.rb', line 628

def initialize(billingAccount = nil, lines = nil)
  @billingAccount = billingAccount
  @lines = lines
end

Instance Attribute Details

#billingAccountObject

Returns the value of attribute billingAccount.



625
626
627
# File 'lib/ovhrb/manager/manager.rb', line 625

def billingAccount
  @billingAccount
end

#linesObject

Returns the value of attribute lines.



626
627
628
# File 'lib/ovhrb/manager/manager.rb', line 626

def lines
  @lines
end