Class: RpsMigrationGetProgressStatusReturn

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/managerrpsMigrationGetProgressStatusReturn

Constant Summary collapse

@@schema_type =
"rpsMigrationGetProgressStatusReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["step1", ["RpsMigrationGetProgressStatusStepStruct", XSD::QName.new(nil, "step1")]], ["step2", ["RpsMigrationGetProgressStatusStepStruct", XSD::QName.new(nil, "step2")]], ["step3", ["RpsMigrationGetProgressStatusStepStruct", XSD::QName.new(nil, "step3")]], ["step4", ["RpsMigrationGetProgressStatusStepStruct", XSD::QName.new(nil, "step4")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(step1 = nil, step2 = nil, step3 = nil, step4 = nil) ⇒ RpsMigrationGetProgressStatusReturn

Returns a new instance of RpsMigrationGetProgressStatusReturn.



1873
1874
1875
1876
1877
1878
# File 'lib/ovhrb/manager/manager.rb', line 1873

def initialize(step1 = nil, step2 = nil, step3 = nil, step4 = nil)
  @step1 = step1
  @step2 = step2
  @step3 = step3
  @step4 = step4
end

Instance Attribute Details

#step1Object

Returns the value of attribute step1.



1868
1869
1870
# File 'lib/ovhrb/manager/manager.rb', line 1868

def step1
  @step1
end

#step2Object

Returns the value of attribute step2.



1869
1870
1871
# File 'lib/ovhrb/manager/manager.rb', line 1869

def step2
  @step2
end

#step3Object

Returns the value of attribute step3.



1870
1871
1872
# File 'lib/ovhrb/manager/manager.rb', line 1870

def step3
  @step3
end

#step4Object

Returns the value of attribute step4.



1871
1872
1873
# File 'lib/ovhrb/manager/manager.rb', line 1871

def step4
  @step4
end