Class: CatchAllGetReturn

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

Overview

http://soapi.ovh.com/managercatchAllGetReturn

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, type = nil, destination = nil) ⇒ CatchAllGetReturn

Returns a new instance of CatchAllGetReturn.



5235
5236
5237
5238
5239
# File 'lib/ovhrb/manager/manager.rb', line 5235

def initialize(domain = nil, type = nil, destination = nil)
  @domain = domain
  @type = type
  @destination = destination
end

Instance Attribute Details

#destinationObject

Returns the value of attribute destination.



5233
5234
5235
# File 'lib/ovhrb/manager/manager.rb', line 5233

def destination
  @destination
end

#domainObject

Returns the value of attribute domain.



5231
5232
5233
# File 'lib/ovhrb/manager/manager.rb', line 5231

def domain
  @domain
end

#typeObject

Returns the value of attribute type.



5232
5233
5234
# File 'lib/ovhrb/manager/manager.rb', line 5232

def type
  @type
end