Class: BillingGetReferencesToExpiredStruct

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

Overview

http://soapi.ovh.com/managerbillingGetReferencesToExpiredStruct

Constant Summary collapse

@@schema_type =
"billingGetReferencesToExpiredStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]], ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]], ["expired", ["SOAP::SOAPString", XSD::QName.new(nil, "expired")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, type = nil, expired = nil) ⇒ BillingGetReferencesToExpiredStruct

Returns a new instance of BillingGetReferencesToExpiredStruct.



5576
5577
5578
5579
5580
# File 'lib/ovhrb/manager/manager.rb', line 5576

def initialize(name = nil, type = nil, expired = nil)
  @name = name
  @type = type
  @expired = expired
end

Instance Attribute Details

#expiredObject

Returns the value of attribute expired.



5574
5575
5576
# File 'lib/ovhrb/manager/manager.rb', line 5574

def expired
  @expired
end

#nameObject

Returns the value of attribute name.



5572
5573
5574
# File 'lib/ovhrb/manager/manager.rb', line 5572

def name
  @name
end

#typeObject

Returns the value of attribute type.



5573
5574
5575
# File 'lib/ovhrb/manager/manager.rb', line 5573

def type
  @type
end