Class: RpsMigrationStatusReturn

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

Overview

http://soapi.ovh.com/managerrpsMigrationStatusReturn

Constant Summary collapse

@@schema_type =
"rpsMigrationStatusReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["id", ["SOAP::SOAPInt", XSD::QName.new(nil, "id")]], ["progressStatus", ["SOAP::SOAPInt", XSD::QName.new(nil, "progressStatus")]], ["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]], ["logicalRpsName", ["SOAP::SOAPString", XSD::QName.new(nil, "logicalRpsName")]], ["physicalRpsTo", ["SOAP::SOAPString", XSD::QName.new(nil, "physicalRpsTo")]], ["todoDate", ["SOAP::SOAPString", XSD::QName.new(nil, "todoDate")]], ["doingDate", ["SOAP::SOAPString", XSD::QName.new(nil, "doingDate")]], ["doneDate", ["SOAP::SOAPString", XSD::QName.new(nil, "doneDate")]], ["errorMessage", ["SOAP::SOAPString", XSD::QName.new(nil, "errorMessage")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, progressStatus = nil, status = nil, logicalRpsName = nil, physicalRpsTo = nil, todoDate = nil, doingDate = nil, doneDate = nil, errorMessage = nil) ⇒ RpsMigrationStatusReturn

Returns a new instance of RpsMigrationStatusReturn.



1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'lib/ovhrb/manager/manager.rb', line 1849

def initialize(id = nil, progressStatus = nil, status = nil, logicalRpsName = nil, physicalRpsTo = nil, todoDate = nil, doingDate = nil, doneDate = nil, errorMessage = nil)
  @id = id
  @progressStatus = progressStatus
  @status = status
  @logicalRpsName = logicalRpsName
  @physicalRpsTo = physicalRpsTo
  @todoDate = todoDate
  @doingDate = doingDate
  @doneDate = doneDate
  @errorMessage = errorMessage
end

Instance Attribute Details

#doingDateObject

Returns the value of attribute doingDate.



1845
1846
1847
# File 'lib/ovhrb/manager/manager.rb', line 1845

def doingDate
  @doingDate
end

#doneDateObject

Returns the value of attribute doneDate.



1846
1847
1848
# File 'lib/ovhrb/manager/manager.rb', line 1846

def doneDate
  @doneDate
end

#errorMessageObject

Returns the value of attribute errorMessage.



1847
1848
1849
# File 'lib/ovhrb/manager/manager.rb', line 1847

def errorMessage
  @errorMessage
end

#idObject

Returns the value of attribute id.



1839
1840
1841
# File 'lib/ovhrb/manager/manager.rb', line 1839

def id
  @id
end

#logicalRpsNameObject

Returns the value of attribute logicalRpsName.



1842
1843
1844
# File 'lib/ovhrb/manager/manager.rb', line 1842

def logicalRpsName
  @logicalRpsName
end

#physicalRpsToObject

Returns the value of attribute physicalRpsTo.



1843
1844
1845
# File 'lib/ovhrb/manager/manager.rb', line 1843

def physicalRpsTo
  @physicalRpsTo
end

#progressStatusObject

Returns the value of attribute progressStatus.



1840
1841
1842
# File 'lib/ovhrb/manager/manager.rb', line 1840

def progressStatus
  @progressStatus
end

#statusObject

Returns the value of attribute status.



1841
1842
1843
# File 'lib/ovhrb/manager/manager.rb', line 1841

def status
  @status
end

#todoDateObject

Returns the value of attribute todoDate.



1844
1845
1846
# File 'lib/ovhrb/manager/manager.rb', line 1844

def todoDate
  @todoDate
end