Class: RpsMigrationGetProgressStatusStepStruct

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

Overview

http://soapi.ovh.com/managerrpsMigrationGetProgressStatusStepStruct

Constant Summary collapse

@@schema_type =
"rpsMigrationGetProgressStatusStepStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["comment", ["SOAP::SOAPString", XSD::QName.new(nil, "comment")]], ["time", ["SOAP::SOAPInt", XSD::QName.new(nil, "time")]], ["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]], ["error", ["SOAP::SOAPString", XSD::QName.new(nil, "error")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(comment = nil, time = nil, status = nil, error = nil) ⇒ RpsMigrationGetProgressStatusStepStruct

Returns a new instance of RpsMigrationGetProgressStatusStepStruct.



1892
1893
1894
1895
1896
1897
# File 'lib/ovhrb/manager/manager.rb', line 1892

def initialize(comment = nil, time = nil, status = nil, error = nil)
  @comment = comment
  @time = time
  @status = status
  @error = error
end

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



1887
1888
1889
# File 'lib/ovhrb/manager/manager.rb', line 1887

def comment
  @comment
end

#errorObject

Returns the value of attribute error.



1890
1891
1892
# File 'lib/ovhrb/manager/manager.rb', line 1890

def error
  @error
end

#statusObject

Returns the value of attribute status.



1889
1890
1891
# File 'lib/ovhrb/manager/manager.rb', line 1889

def status
  @status
end

#timeObject

Returns the value of attribute time.



1888
1889
1890
# File 'lib/ovhrb/manager/manager.rb', line 1888

def time
  @time
end