Class: SqlpriveMysqlDatabaseUserPrivilegeStruct

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

Overview

http://soapi.ovh.com/managersqlpriveMysqlDatabaseUserPrivilegeStruct

Constant Summary collapse

@@schema_type =
"sqlpriveMysqlDatabaseUserPrivilegeStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["userName", ["SOAP::SOAPString", XSD::QName.new(nil, "userName")]], ["userPriv", ["SOAP::SOAPString", XSD::QName.new(nil, "userPriv")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userName = nil, userPriv = nil) ⇒ SqlpriveMysqlDatabaseUserPrivilegeStruct

Returns a new instance of SqlpriveMysqlDatabaseUserPrivilegeStruct.



3876
3877
3878
3879
# File 'lib/ovhrb/manager/manager.rb', line 3876

def initialize(userName = nil, userPriv = nil)
  @userName = userName
  @userPriv = userPriv
end

Instance Attribute Details

#userNameObject

Returns the value of attribute userName.



3873
3874
3875
# File 'lib/ovhrb/manager/manager.rb', line 3873

def userName
  @userName
end

#userPrivObject

Returns the value of attribute userPriv.



3874
3875
3876
# File 'lib/ovhrb/manager/manager.rb', line 3874

def userPriv
  @userPriv
end