Class: TelephonyBillingAccountInfoReturn

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

Overview

http://soapi.ovh.com/managertelephonyBillingAccountInfoReturn

Constant Summary collapse

@@schema_type =
"telephonyBillingAccountInfoReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["offer", ["SOAP::SOAPString", XSD::QName.new(nil, "offer")]], ["consumtionTime", ["SOAP::SOAPString", XSD::QName.new(nil, "consumtionTime")]], ["outPlan", ["SOAP::SOAPString", XSD::QName.new(nil, "outPlan")]], ["facturationDate", ["SOAP::SOAPString", XSD::QName.new(nil, "facturationDate")]], ["children", ["MyArrayOfTelephonyBillingAccountInfoChildrenStructType", XSD::QName.new(nil, "children")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offer = nil, consumtionTime = nil, outPlan = nil, facturationDate = nil, children = nil) ⇒ TelephonyBillingAccountInfoReturn

Returns a new instance of TelephonyBillingAccountInfoReturn.



251
252
253
254
255
256
257
# File 'lib/ovhrb/manager/manager.rb', line 251

def initialize(offer = nil, consumtionTime = nil, outPlan = nil, facturationDate = nil, children = nil)
  @offer = offer
  @consumtionTime = consumtionTime
  @outPlan = outPlan
  @facturationDate = facturationDate
  @children = children
end

Instance Attribute Details

#childrenObject

Returns the value of attribute children.



249
250
251
# File 'lib/ovhrb/manager/manager.rb', line 249

def children
  @children
end

#consumtionTimeObject

Returns the value of attribute consumtionTime.



246
247
248
# File 'lib/ovhrb/manager/manager.rb', line 246

def consumtionTime
  @consumtionTime
end

#facturationDateObject

Returns the value of attribute facturationDate.



248
249
250
# File 'lib/ovhrb/manager/manager.rb', line 248

def facturationDate
  @facturationDate
end

#offerObject

Returns the value of attribute offer.



245
246
247
# File 'lib/ovhrb/manager/manager.rb', line 245

def offer
  @offer
end

#outPlanObject

Returns the value of attribute outPlan.



247
248
249
# File 'lib/ovhrb/manager/manager.rb', line 247

def outPlan
  @outPlan
end