Class: TelephonyFaxSummaryDetailsStruct

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

Overview

http://soapi.ovh.com/managertelephonyFaxSummaryDetailsStruct

Constant Summary collapse

@@schema_type =
"telephonyFaxSummaryDetailsStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["count", ["SOAP::SOAPInt", XSD::QName.new(nil, "count")]], ["pages", ["SOAP::SOAPInt", XSD::QName.new(nil, "pages")]], ["priceWithoutVAT", ["SOAP::SOAPFloat", XSD::QName.new(nil, "priceWithoutVAT")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(count = nil, pages = nil, priceWithoutVAT = nil) ⇒ TelephonyFaxSummaryDetailsStruct

Returns a new instance of TelephonyFaxSummaryDetailsStruct.



542
543
544
545
546
# File 'lib/ovhrb/manager/manager.rb', line 542

def initialize(count = nil, pages = nil, priceWithoutVAT = nil)
  @count = count
  @pages = pages
  @priceWithoutVAT = priceWithoutVAT
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



538
539
540
# File 'lib/ovhrb/manager/manager.rb', line 538

def count
  @count
end

#pagesObject

Returns the value of attribute pages.



539
540
541
# File 'lib/ovhrb/manager/manager.rb', line 539

def pages
  @pages
end

#priceWithoutVATObject

Returns the value of attribute priceWithoutVAT.



540
541
542
# File 'lib/ovhrb/manager/manager.rb', line 540

def priceWithoutVAT
  @priceWithoutVAT
end