Class: TelephonyCallsSummaryDetailsStruct

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

Overview

http://soapi.ovh.com/managertelephonyCallsSummaryDetailsStruct

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(count = nil, duration = nil, priceWithoutVAT = nil) ⇒ TelephonyCallsSummaryDetailsStruct

Returns a new instance of TelephonyCallsSummaryDetailsStruct.



525
526
527
528
529
# File 'lib/ovhrb/manager/manager.rb', line 525

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

Instance Attribute Details

#countObject

Returns the value of attribute count.



521
522
523
# File 'lib/ovhrb/manager/manager.rb', line 521

def count
  @count
end

#durationObject

Returns the value of attribute duration.



522
523
524
# File 'lib/ovhrb/manager/manager.rb', line 522

def duration
  @duration
end

#priceWithoutVATObject

Returns the value of attribute priceWithoutVAT.



523
524
525
# File 'lib/ovhrb/manager/manager.rb', line 523

def priceWithoutVAT
  @priceWithoutVAT
end