Class: Virtuozzo::SOAP::Types::Authm::Get_group::Attr

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

Overview

inner class for member: attr http://www.swsoft.com/webservices/vzl/4.0.0/authmattr

name - SOAP::SOAPString
value - SOAP::SOAPBase64
realm - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil, realm = nil) ⇒ Attr

Returns a new instance of Attr.



2224
2225
2226
2227
2228
# File 'lib/virtuozzo/soap/types/authm.rb', line 2224

def initialize(name = nil, value = nil, realm = nil)
  @name = name
  @value = value
  @realm = realm
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



2220
2221
2222
# File 'lib/virtuozzo/soap/types/authm.rb', line 2220

def name
  @name
end

#realmObject

Returns the value of attribute realm.



2222
2223
2224
# File 'lib/virtuozzo/soap/types/authm.rb', line 2222

def realm
  @realm
end

#valueObject

Returns the value of attribute value.



2221
2222
2223
# File 'lib/virtuozzo/soap/types/authm.rb', line 2221

def value
  @value
end