Class: SqlpriveGetPossibleDumpStruct

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

Overview

http://soapi.ovh.com/managersqlpriveGetPossibleDumpStruct

Constant Summary collapse

@@schema_type =
"sqlpriveGetPossibleDumpStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["date", ["SOAP::SOAPString", XSD::QName.new(nil, "date")]], ["file", ["MyArrayOfStringType", XSD::QName.new(nil, "file")]], ["comment", ["SOAP::SOAPString", XSD::QName.new(nil, "comment")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(date = nil, file = nil, comment = nil) ⇒ SqlpriveGetPossibleDumpStruct

Returns a new instance of SqlpriveGetPossibleDumpStruct.



3892
3893
3894
3895
3896
# File 'lib/ovhrb/manager/manager.rb', line 3892

def initialize(date = nil, file = nil, comment = nil)
  @date = date
  @file = file
  @comment = comment
end

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



3890
3891
3892
# File 'lib/ovhrb/manager/manager.rb', line 3890

def comment
  @comment
end

#dateObject

Returns the value of attribute date.



3888
3889
3890
# File 'lib/ovhrb/manager/manager.rb', line 3888

def date
  @date
end

#fileObject

Returns the value of attribute file.



3889
3890
3891
# File 'lib/ovhrb/manager/manager.rb', line 3889

def file
  @file
end