Class: Virtuozzo::SOAP::Types::Authm::Edit_group

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, domain = nil, realm = nil, group = nil) ⇒ Edit_group

Returns a new instance of Edit_group.



2140
2141
2142
2143
2144
2145
# File 'lib/virtuozzo/soap/types/authm.rb', line 2140

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

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



2136
2137
2138
# File 'lib/virtuozzo/soap/types/authm.rb', line 2136

def domain
  @domain
end

#groupObject

Returns the value of attribute group.



2138
2139
2140
# File 'lib/virtuozzo/soap/types/authm.rb', line 2138

def group
  @group
end

#nameObject

Returns the value of attribute name.



2135
2136
2137
# File 'lib/virtuozzo/soap/types/authm.rb', line 2135

def name
  @name
end

#realmObject

Returns the value of attribute realm.



2137
2138
2139
# File 'lib/virtuozzo/soap/types/authm.rb', line 2137

def realm
  @realm
end