Class: GlobalAccessStruct

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

Overview

http://soapi.ovh.com/managerglobalAccessStruct

Constant Summary collapse

@@schema_type =
"globalAccessStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]], ["domain", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "domain")]], ["hosting", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "hosting")]], ["email", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "email")]], ["pop", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "pop")]], ["dedicated", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "dedicated")]], ["reverse", ["SOAP::SOAPString", XSD::QName.new(nil, "reverse")]], ["alldom", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "alldom")]], ["ssl", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "ssl")]], ["rps", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "rps")]], ["rpsOrphan", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "rpsOrphan")]], ["vs", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "vs")]], ["voip", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "voip")]], ["housing", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "housing")]], ["sqlpriv", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "sqlpriv")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, domain = nil, hosting = nil, email = nil, pop = nil, dedicated = nil, reverse = nil, alldom = nil, ssl = nil, rps = nil, rpsOrphan = nil, vs = nil, voip = nil, housing = nil, sqlpriv = nil) ⇒ GlobalAccessStruct

Returns a new instance of GlobalAccessStruct.



5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
# File 'lib/ovhrb/manager/manager.rb', line 5044

def initialize(name = nil, domain = nil, hosting = nil, email = nil, pop = nil, dedicated = nil, reverse = nil, alldom = nil, ssl = nil, rps = nil, rpsOrphan = nil, vs = nil, voip = nil, housing = nil, sqlpriv = nil)
  @name = name
  @domain = domain
  @hosting = hosting
  @email = email
  @pop = pop
  @dedicated = dedicated
  @reverse = reverse
  @alldom = alldom
  @ssl = ssl
  @rps = rps
  @rpsOrphan = rpsOrphan
  @vs = vs
  @voip = voip
  @housing = housing
  @sqlpriv = sqlpriv
end

Instance Attribute Details

#alldomObject

Returns the value of attribute alldom.



5035
5036
5037
# File 'lib/ovhrb/manager/manager.rb', line 5035

def alldom
  @alldom
end

#dedicatedObject

Returns the value of attribute dedicated.



5033
5034
5035
# File 'lib/ovhrb/manager/manager.rb', line 5033

def dedicated
  @dedicated
end

#domainObject

Returns the value of attribute domain.



5029
5030
5031
# File 'lib/ovhrb/manager/manager.rb', line 5029

def domain
  @domain
end

#emailObject

Returns the value of attribute email.



5031
5032
5033
# File 'lib/ovhrb/manager/manager.rb', line 5031

def email
  @email
end

#hostingObject

Returns the value of attribute hosting.



5030
5031
5032
# File 'lib/ovhrb/manager/manager.rb', line 5030

def hosting
  @hosting
end

#housingObject

Returns the value of attribute housing.



5041
5042
5043
# File 'lib/ovhrb/manager/manager.rb', line 5041

def housing
  @housing
end

#nameObject

Returns the value of attribute name.



5028
5029
5030
# File 'lib/ovhrb/manager/manager.rb', line 5028

def name
  @name
end

#popObject

Returns the value of attribute pop.



5032
5033
5034
# File 'lib/ovhrb/manager/manager.rb', line 5032

def pop
  @pop
end

#reverseObject

Returns the value of attribute reverse.



5034
5035
5036
# File 'lib/ovhrb/manager/manager.rb', line 5034

def reverse
  @reverse
end

#rpsObject

Returns the value of attribute rps.



5037
5038
5039
# File 'lib/ovhrb/manager/manager.rb', line 5037

def rps
  @rps
end

#rpsOrphanObject

Returns the value of attribute rpsOrphan.



5038
5039
5040
# File 'lib/ovhrb/manager/manager.rb', line 5038

def rpsOrphan
  @rpsOrphan
end

#sqlprivObject

Returns the value of attribute sqlpriv.



5042
5043
5044
# File 'lib/ovhrb/manager/manager.rb', line 5042

def sqlpriv
  @sqlpriv
end

#sslObject

Returns the value of attribute ssl.



5036
5037
5038
# File 'lib/ovhrb/manager/manager.rb', line 5036

def ssl
  @ssl
end

#voipObject

Returns the value of attribute voip.



5040
5041
5042
# File 'lib/ovhrb/manager/manager.rb', line 5040

def voip
  @voip
end

#vsObject

Returns the value of attribute vs.



5039
5040
5041
# File 'lib/ovhrb/manager/manager.rb', line 5039

def vs
  @vs
end