Class: TelephonyLineSwitchPossibilityPriceStruct

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

Overview

http://soapi.ovh.com/managertelephonyLineSwitchPossibilityPriceStruct

Constant Summary collapse

@@schema_type =
"telephonyLineSwitchPossibilityPriceStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["offer", ["SOAP::SOAPString", XSD::QName.new(nil, "offer")]], ["price", ["SOAP::SOAPString", XSD::QName.new(nil, "price")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offer = nil, price = nil) ⇒ TelephonyLineSwitchPossibilityPriceStruct

Returns a new instance of TelephonyLineSwitchPossibilityPriceStruct.



401
402
403
404
# File 'lib/ovhrb/manager/manager.rb', line 401

def initialize(offer = nil, price = nil)
  @offer = offer
  @price = price
end

Instance Attribute Details

#offerObject

Returns the value of attribute offer.



398
399
400
# File 'lib/ovhrb/manager/manager.rb', line 398

def offer
  @offer
end

#priceObject

Returns the value of attribute price.



399
400
401
# File 'lib/ovhrb/manager/manager.rb', line 399

def price
  @price
end