Class: Virtuozzo::SOAP::Types::ProcInfo::Get_

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzaproc_infoget

eid - (any)
key - SOAP::SOAPString
limit - SOAP::SOAPInt
descending - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, key = nil, limit = nil, descending = nil) ⇒ Get_

Returns a new instance of Get_.



2134
2135
2136
2137
2138
2139
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2134

def initialize(eid = nil, key = nil, limit = nil, descending = nil)
  @eid = eid
  @key = key
  @limit = limit
  @descending = descending
end

Instance Attribute Details

#descendingObject

Returns the value of attribute descending.



2132
2133
2134
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2132

def descending
  @descending
end

#eidObject

Returns the value of attribute eid.



2129
2130
2131
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2129

def eid
  @eid
end

#keyObject

Returns the value of attribute key.



2130
2131
2132
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2130

def key
  @key
end

#limitObject

Returns the value of attribute limit.



2131
2132
2133
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2131

def limit
  @limit
end