Class: BillingInvoiceDetailStruct

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

Overview

http://soapi.ovh.com/managerbillingInvoiceDetailStruct

Constant Summary collapse

@@schema_type =
"billingInvoiceDetailStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["domain", ["SOAP::SOAPString", XSD::QName.new(nil, "domain")]], ["reference", ["SOAP::SOAPString", XSD::QName.new(nil, "reference")]], ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, reference = nil, description = nil) ⇒ BillingInvoiceDetailStruct

Returns a new instance of BillingInvoiceDetailStruct.



5469
5470
5471
5472
5473
# File 'lib/ovhrb/manager/manager.rb', line 5469

def initialize(domain = nil, reference = nil, description = nil)
  @domain = domain
  @reference = reference
  @description = description
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



5467
5468
5469
# File 'lib/ovhrb/manager/manager.rb', line 5467

def description
  @description
end

#domainObject

Returns the value of attribute domain.



5465
5466
5467
# File 'lib/ovhrb/manager/manager.rb', line 5465

def domain
  @domain
end

#referenceObject

Returns the value of attribute reference.



5466
5467
5468
# File 'lib/ovhrb/manager/manager.rb', line 5466

def reference
  @reference
end