Class: Mxrb::Runtime::AdminCredentials

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/runtime/database_workspace.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject (readonly)

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



17
18
19
# File 'lib/mxrb/runtime/database_workspace.rb', line 17

def password
  @password
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/mxrb/runtime/database_workspace.rb', line 17

def path
  @path
end

#state_dirObject (readonly)

Returns the value of attribute state_dir

Returns:

  • (Object)

    the current value of state_dir



17
18
19
# File 'lib/mxrb/runtime/database_workspace.rb', line 17

def state_dir
  @state_dir
end

#usernameObject (readonly)

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



17
18
19
# File 'lib/mxrb/runtime/database_workspace.rb', line 17

def username
  @username
end