Class: Virtuozzo::SOAP::Types::Backupm::List_optionsType

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

Overview

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

eid - (any)
latest - (any)
info - (any)
storage_eid - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, latest = nil, info = nil, storage_eid = nil) ⇒ List_optionsType

Returns a new instance of List_optionsType.



55
56
57
58
59
60
# File 'lib/virtuozzo/soap/types/backupm.rb', line 55

def initialize(eid = nil, latest = nil, info = nil, storage_eid = nil)
  @eid = eid
  @latest = latest
  @info = info
  @storage_eid = storage_eid
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



50
51
52
# File 'lib/virtuozzo/soap/types/backupm.rb', line 50

def eid
  @eid
end

#infoObject

Returns the value of attribute info.



52
53
54
# File 'lib/virtuozzo/soap/types/backupm.rb', line 52

def info
  @info
end

#latestObject

Returns the value of attribute latest.



51
52
53
# File 'lib/virtuozzo/soap/types/backupm.rb', line 51

def latest
  @latest
end

#storage_eidObject

Returns the value of attribute storage_eid.



53
54
55
# File 'lib/virtuozzo/soap/types/backupm.rb', line 53

def storage_eid
  @storage_eid
end