Class: BillingInvoiceInfoDetailStruct

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

Overview

http://soapi.ovh.com/managerbillingInvoiceInfoDetailStruct

Constant Summary collapse

@@schema_type =
"billingInvoiceInfoDetailStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["quantity", ["SOAP::SOAPInt", XSD::QName.new(nil, "quantity")]], ["service", ["SOAP::SOAPString", XSD::QName.new(nil, "service")]], ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]], ["v_end", ["SOAP::SOAPString", XSD::QName.new(nil, "end")]], ["domain", ["SOAP::SOAPString", XSD::QName.new(nil, "domain")]], ["baseprice", ["SOAP::SOAPFloat", XSD::QName.new(nil, "baseprice")]], ["totalprice", ["SOAP::SOAPFloat", XSD::QName.new(nil, "totalprice")]], ["start", ["SOAP::SOAPString", XSD::QName.new(nil, "start")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(quantity = nil, service = nil, description = nil, v_end = nil, domain = nil, baseprice = nil, totalprice = nil, start = nil) ⇒ BillingInvoiceInfoDetailStruct

Returns a new instance of BillingInvoiceInfoDetailStruct.



5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
# File 'lib/ovhrb/manager/manager.rb', line 5529

def initialize(quantity = nil, service = nil, description = nil, v_end = nil, domain = nil, baseprice = nil, totalprice = nil, start = nil)
  @quantity = quantity
  @service = service
  @description = description
  @v_end = v_end
  @domain = domain
  @baseprice = baseprice
  @totalprice = totalprice
  @start = start
end

Instance Attribute Details

#basepriceObject

Returns the value of attribute baseprice.



5517
5518
5519
# File 'lib/ovhrb/manager/manager.rb', line 5517

def baseprice
  @baseprice
end

#descriptionObject

Returns the value of attribute description.



5515
5516
5517
# File 'lib/ovhrb/manager/manager.rb', line 5515

def description
  @description
end

#domainObject

Returns the value of attribute domain.



5516
5517
5518
# File 'lib/ovhrb/manager/manager.rb', line 5516

def domain
  @domain
end

#quantityObject

Returns the value of attribute quantity.



5513
5514
5515
# File 'lib/ovhrb/manager/manager.rb', line 5513

def quantity
  @quantity
end

#serviceObject

Returns the value of attribute service.



5514
5515
5516
# File 'lib/ovhrb/manager/manager.rb', line 5514

def service
  @service
end

#startObject

Returns the value of attribute start.



5519
5520
5521
# File 'lib/ovhrb/manager/manager.rb', line 5519

def start
  @start
end

#totalpriceObject

Returns the value of attribute totalprice.



5518
5519
5520
# File 'lib/ovhrb/manager/manager.rb', line 5518

def totalprice
  @totalprice
end

Instance Method Details

#endObject



5521
5522
5523
# File 'lib/ovhrb/manager/manager.rb', line 5521

def end
  @v_end
end

#end=(value) ⇒ Object



5525
5526
5527
# File 'lib/ovhrb/manager/manager.rb', line 5525

def end=(value)
  @v_end = value
end