Class: TelephonyCallsSummaryStruct

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

Overview

http://soapi.ovh.com/managertelephonyCallsSummaryStruct

Constant Summary collapse

@@schema_type =
"telephonyCallsSummaryStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["pricePlan", ["TelephonyCallsSummaryDetailsStruct", XSD::QName.new(nil, "pricePlan")]], ["outPlan", ["TelephonyCallsSummaryDetailsStruct", XSD::QName.new(nil, "outPlan")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pricePlan = nil, outPlan = nil) ⇒ TelephonyCallsSummaryStruct

Returns a new instance of TelephonyCallsSummaryStruct.



558
559
560
561
# File 'lib/ovhrb/manager/manager.rb', line 558

def initialize(pricePlan = nil, outPlan = nil)
  @pricePlan = pricePlan
  @outPlan = outPlan
end

Instance Attribute Details

#outPlanObject

Returns the value of attribute outPlan.



556
557
558
# File 'lib/ovhrb/manager/manager.rb', line 556

def outPlan
  @outPlan
end

#pricePlanObject

Returns the value of attribute pricePlan.



555
556
557
# File 'lib/ovhrb/manager/manager.rb', line 555

def pricePlan
  @pricePlan
end