Class: TicketContactStruct

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

Overview

http://soapi.ovh.com/managerticketContactStruct

Constant Summary collapse

@@schema_type =
"ticketContactStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["componentType", ["SOAP::SOAPString", XSD::QName.new(nil, "componentType")]], ["domains", ["MyArrayOfTicketContactDomainStructType", XSD::QName.new(nil, "domains")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(componentType = nil, domains = nil) ⇒ TicketContactStruct

Returns a new instance of TicketContactStruct.



3751
3752
3753
3754
# File 'lib/ovhrb/manager/manager.rb', line 3751

def initialize(componentType = nil, domains = nil)
  @componentType = componentType
  @domains = domains
end

Instance Attribute Details

#componentTypeObject

Returns the value of attribute componentType.



3748
3749
3750
# File 'lib/ovhrb/manager/manager.rb', line 3748

def componentType
  @componentType
end

#domainsObject

Returns the value of attribute domains.



3749
3750
3751
# File 'lib/ovhrb/manager/manager.rb', line 3749

def domains
  @domains
end