Class: Virtuozzo::SOAP::Types::Filer::Info
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::Info
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/filerinfo
user - (any)
group - (any)
uid - (any)
gid - (any)
mode - (any)
size - (any)
date - (any)
links - (any)
link_name - (any)
content_type - (any)
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#date ⇒ Object
Returns the value of attribute date.
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#group ⇒ Object
Returns the value of attribute group.
-
#link_name ⇒ Object
Returns the value of attribute link_name.
-
#links ⇒ Object
Returns the value of attribute links.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#size ⇒ Object
Returns the value of attribute size.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(user = nil, group = nil, uid = nil, gid = nil, mode = nil, size = nil, date = nil, links = nil, link_name = nil, content_type = nil) ⇒ Info
constructor
A new instance of Info.
Constructor Details
#initialize(user = nil, group = nil, uid = nil, gid = nil, mode = nil, size = nil, date = nil, links = nil, link_name = nil, content_type = nil) ⇒ Info
Returns a new instance of Info.
2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2118 def initialize(user = nil, group = nil, uid = nil, gid = nil, mode = nil, size = nil, date = nil, links = nil, link_name = nil, content_type = nil) @user = user @group = group @uid = uid @gid = gid @mode = mode @size = size @date = date @links = links @link_name = link_name @content_type = content_type end |
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type.
2116 2117 2118 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2116 def content_type @content_type end |
#date ⇒ Object
Returns the value of attribute date.
2113 2114 2115 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2113 def date @date end |
#gid ⇒ Object
Returns the value of attribute gid.
2110 2111 2112 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2110 def gid @gid end |
#group ⇒ Object
Returns the value of attribute group.
2108 2109 2110 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2108 def group @group end |
#link_name ⇒ Object
Returns the value of attribute link_name.
2115 2116 2117 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2115 def link_name @link_name end |
#links ⇒ Object
Returns the value of attribute links.
2114 2115 2116 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2114 def links @links end |
#mode ⇒ Object
Returns the value of attribute mode.
2111 2112 2113 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2111 def mode @mode end |
#size ⇒ Object
Returns the value of attribute size.
2112 2113 2114 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2112 def size @size end |
#uid ⇒ Object
Returns the value of attribute uid.
2109 2110 2111 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2109 def uid @uid end |
#user ⇒ Object
Returns the value of attribute user.
2107 2108 2109 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2107 def user @user end |