Class: Virtuozzo::SOAP::Types::Filer::UsageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::UsageType
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesusageType
total - SOAP::SOAPLong
used - SOAP::SOAPLong
free - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#free ⇒ Object
Returns the value of attribute free.
-
#total ⇒ Object
Returns the value of attribute total.
-
#used ⇒ Object
Returns the value of attribute used.
Instance Method Summary collapse
-
#initialize(total = nil, used = nil, free = nil) ⇒ UsageType
constructor
A new instance of UsageType.
Constructor Details
#initialize(total = nil, used = nil, free = nil) ⇒ UsageType
Returns a new instance of UsageType.
891 892 893 894 895 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 891 def initialize(total = nil, used = nil, free = nil) @total = total @used = used @free = free end |
Instance Attribute Details
#free ⇒ Object
Returns the value of attribute free.
889 890 891 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 889 def free @free end |
#total ⇒ Object
Returns the value of attribute total.
887 888 889 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 887 def total @total end |
#used ⇒ Object
Returns the value of attribute used.
888 889 890 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 888 def used @used end |