Class: SqlpriveMysqlProcessStruct

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

Overview

http://soapi.ovh.com/managersqlpriveMysqlProcessStruct

Constant Summary collapse

@@schema_type =
"sqlpriveMysqlProcessStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["id", ["SOAP::SOAPInt", XSD::QName.new(nil, "id")]], ["user", ["SOAP::SOAPString", XSD::QName.new(nil, "user")]], ["host", ["SOAP::SOAPString", XSD::QName.new(nil, "host")]], ["database", ["SOAP::SOAPString", XSD::QName.new(nil, "database")]], ["query", ["SOAP::SOAPString", XSD::QName.new(nil, "query")]], ["time", ["SOAP::SOAPString", XSD::QName.new(nil, "time")]], ["state", ["SOAP::SOAPString", XSD::QName.new(nil, "state")]], ["request", ["SOAP::SOAPString", XSD::QName.new(nil, "request")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, user = nil, host = nil, database = nil, query = nil, time = nil, state = nil, request = nil) ⇒ SqlpriveMysqlProcessStruct

Returns a new instance of SqlpriveMysqlProcessStruct.



3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
# File 'lib/ovhrb/manager/manager.rb', line 3840

def initialize(id = nil, user = nil, host = nil, database = nil, query = nil, time = nil, state = nil, request = nil)
  @id = id
  @user = user
  @host = host
  @database = database
  @query = query
  @time = time
  @state = state
  @request = request
end

Instance Attribute Details

#databaseObject

Returns the value of attribute database.



3834
3835
3836
# File 'lib/ovhrb/manager/manager.rb', line 3834

def database
  @database
end

#hostObject

Returns the value of attribute host.



3833
3834
3835
# File 'lib/ovhrb/manager/manager.rb', line 3833

def host
  @host
end

#idObject

Returns the value of attribute id.



3831
3832
3833
# File 'lib/ovhrb/manager/manager.rb', line 3831

def id
  @id
end

#queryObject

Returns the value of attribute query.



3835
3836
3837
# File 'lib/ovhrb/manager/manager.rb', line 3835

def query
  @query
end

#requestObject

Returns the value of attribute request.



3838
3839
3840
# File 'lib/ovhrb/manager/manager.rb', line 3838

def request
  @request
end

#stateObject

Returns the value of attribute state.



3837
3838
3839
# File 'lib/ovhrb/manager/manager.rb', line 3837

def state
  @state
end

#timeObject

Returns the value of attribute time.



3836
3837
3838
# File 'lib/ovhrb/manager/manager.rb', line 3836

def time
  @time
end

#userObject

Returns the value of attribute user.



3832
3833
3834
# File 'lib/ovhrb/manager/manager.rb', line 3832

def user
  @user
end