Class: Virtuozzo::SOAP::Types::Filer::Stat::Usage

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_fsObject

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