Class: Virtuozzo::SOAP::Types::Authm::Get_user

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

Overview

Defined Under Namespace

Classes: Attr, Attrs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(user = nil, attr = nil, attrs = nil) ⇒ Get_user

Returns a new instance of Get_user.



2279
2280
2281
2282
2283
# File 'lib/virtuozzo/soap/types/authm.rb', line 2279

def initialize(user = nil, attr = nil, attrs = nil)
  @user = user
  @attr = attr
  @attrs = attrs
end

Instance Attribute Details

#attrObject

Returns the value of attribute attr.



2276
2277
2278
# File 'lib/virtuozzo/soap/types/authm.rb', line 2276

def attr
  @attr
end

#attrsObject

Returns the value of attribute attrs.



2277
2278
2279
# File 'lib/virtuozzo/soap/types/authm.rb', line 2277

def attrs
  @attrs
end

#userObject

Returns the value of attribute user.



2275
2276
2277
# File 'lib/virtuozzo/soap/types/authm.rb', line 2275

def user
  @user
end