Class: Virtuozzo::SOAP::Types::Authm::UsageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::UsageType
- Defined in:
- lib/virtuozzo/soap/types/authm.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.
820 821 822 823 824 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 820 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.
818 819 820 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 818 def free @free end |
#total ⇒ Object
Returns the value of attribute total.
816 817 818 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 816 def total @total end |
#used ⇒ Object
Returns the value of attribute used.
817 818 819 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 817 def used @used end |