Class: Virtuozzo::SOAP::Types::Authm::Add_to_group

Inherits:
Auth_nameType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/authm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/authmadd_to_group

name - SOAP::SOAPBase64
domain - SOAP::SOAPBase64
realm - (any)
group - Virtuozzo::SOAP::Types::Authm::Auth_nameType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, domain = nil, realm = nil, group = []) ⇒ Add_to_group

Returns a new instance of Add_to_group.



2181
2182
2183
2184
2185
2186
# File 'lib/virtuozzo/soap/types/authm.rb', line 2181

def initialize(name = nil, domain = nil, realm = nil, group = [])
  @name = name
  @domain = domain
  @realm = realm
  @group = group
end

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



2177
2178
2179
# File 'lib/virtuozzo/soap/types/authm.rb', line 2177

def domain
  @domain
end

#groupObject

Returns the value of attribute group.



2179
2180
2181
# File 'lib/virtuozzo/soap/types/authm.rb', line 2179

def group
  @group
end

#nameObject

Returns the value of attribute name.



2176
2177
2178
# File 'lib/virtuozzo/soap/types/authm.rb', line 2176

def name
  @name
end

#realmObject

Returns the value of attribute realm.



2178
2179
2180
# File 'lib/virtuozzo/soap/types/authm.rb', line 2178

def realm
  @realm
end