Class: Virtuozzo::SOAP::Types::Licensem::QosType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/licensem.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesqosType

id - SOAP::SOAPString
soft - SOAP::SOAPLong
hard - SOAP::SOAPLong
cur - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, soft = nil, hard = nil, cur = nil) ⇒ QosType

Returns a new instance of QosType.



84
85
86
87
88
89
# File 'lib/virtuozzo/soap/types/licensem.rb', line 84

def initialize(id = nil, soft = nil, hard = nil, cur = nil)
  @id = id
  @soft = soft
  @hard = hard
  @cur = cur
end

Instance Attribute Details

#curObject

Returns the value of attribute cur.



82
83
84
# File 'lib/virtuozzo/soap/types/licensem.rb', line 82

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



81
82
83
# File 'lib/virtuozzo/soap/types/licensem.rb', line 81

def hard
  @hard
end

#idObject

Returns the value of attribute id.



79
80
81
# File 'lib/virtuozzo/soap/types/licensem.rb', line 79

def id
  @id
end

#softObject

Returns the value of attribute soft.



80
81
82
# File 'lib/virtuozzo/soap/types/licensem.rb', line 80

def soft
  @soft
end