Class: Virtuozzo::SOAP::Types::Authm::Get_user
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Get_user
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#attr ⇒ Object
Returns the value of attribute attr.
-
#attrs ⇒ Object
Returns the value of attribute attrs.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(user = nil, attr = nil, attrs = nil) ⇒ Get_user
constructor
A new instance of Get_user.
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
#attr ⇒ Object
Returns the value of attribute attr.
2276 2277 2278 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2276 def attr @attr end |
#attrs ⇒ Object
Returns the value of attribute attrs.
2277 2278 2279 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2277 def attrs @attrs end |
#user ⇒ Object
Returns the value of attribute user.
2275 2276 2277 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2275 def user @user end |