Class: Virtuozzo::SOAP::Types::Filer::Stat::Usage
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::Stat::Usage
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
inner class for member: usage http://www.swsoft.com/webservices/vzl/4.0.0/filerusage
single_fs - (any)
Instance Attribute Summary collapse
-
#single_fs ⇒ Object
Returns the value of attribute single_fs.
Instance Method Summary collapse
-
#initialize(single_fs = nil) ⇒ Usage
constructor
A new instance of Usage.
Constructor Details
#initialize(single_fs = nil) ⇒ Usage
Returns a new instance of Usage.
2519 2520 2521 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2519 def initialize(single_fs = nil) @single_fs = single_fs end |
Instance Attribute Details
#single_fs ⇒ Object
Returns the value of attribute single_fs.
2517 2518 2519 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2517 def single_fs @single_fs end |