Class: Virtuozzo::SOAP::Types::Filer::Chown::Owner
- Inherits:
-
Virtuozzo::SOAP::Types::Filer::CredType
- Object
- Virtuozzo::SOAP::Types::Filer::CredType
- Virtuozzo::SOAP::Types::Filer::Chown::Owner
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
inner class for member: owner http://www.swsoft.com/webservices/vzl/4.0.0/filerowner
user - SOAP::SOAPString
uid - SOAP::SOAPLong
group - SOAP::SOAPString
gid - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#group ⇒ Object
Returns the value of attribute group.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#user ⇒ Object
Returns the value of attribute user.
Attributes inherited from Virtuozzo::SOAP::Types::Filer::CredType
Instance Method Summary collapse
-
#initialize(user = nil, uid = nil, group = nil, gid = nil) ⇒ Owner
constructor
A new instance of Owner.
Constructor Details
#initialize(user = nil, uid = nil, group = nil, gid = nil) ⇒ Owner
Returns a new instance of Owner.
2454 2455 2456 2457 2458 2459 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2454 def initialize(user = nil, uid = nil, group = nil, gid = nil) @user = user @uid = uid @group = group @gid = gid end |
Instance Attribute Details
#gid ⇒ Object
Returns the value of attribute gid.
2452 2453 2454 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2452 def gid @gid end |
#group ⇒ Object
Returns the value of attribute group.
2451 2452 2453 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2451 def group @group end |
#uid ⇒ Object
Returns the value of attribute uid.
2450 2451 2452 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2450 def uid @uid end |
#user ⇒ Object
Returns the value of attribute user.
2449 2450 2451 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2449 def user @user end |