Class: Virtuozzo::SOAP::Types::Authm::Get_user::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.



2263
2264
2265
2266
2267
# File 'lib/virtuozzo/soap/types/authm.rb', line 2263

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.



2259
2260
2261
# File 'lib/virtuozzo/soap/types/authm.rb', line 2259

def name
  @name
end

#realmObject

Returns the value of attribute realm.



2261
2262
2263
# File 'lib/virtuozzo/soap/types/authm.rb', line 2261

def realm
  @realm
end

#valueObject

Returns the value of attribute value.



2260
2261
2262
# File 'lib/virtuozzo/soap/types/authm.rb', line 2260

def value
  @value
end