Class: Virtuozzo::SOAP::Types::Mailer::QosType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/mailer.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.



64
65
66
67
68
69
# File 'lib/virtuozzo/soap/types/mailer.rb', line 64

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.



62
63
64
# File 'lib/virtuozzo/soap/types/mailer.rb', line 62

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



61
62
63
# File 'lib/virtuozzo/soap/types/mailer.rb', line 61

def hard
  @hard
end

#idObject

Returns the value of attribute id.



59
60
61
# File 'lib/virtuozzo/soap/types/mailer.rb', line 59

def id
  @id
end

#softObject

Returns the value of attribute soft.



60
61
62
# File 'lib/virtuozzo/soap/types/mailer.rb', line 60

def soft
  @soft
end