Class: Mxrb::Runtime::AdminCredentials
- Inherits:
-
Data
- Object
- Data
- Mxrb::Runtime::AdminCredentials
- Defined in:
- lib/mxrb/runtime/database_workspace.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#state_dir ⇒ Object
readonly
Returns the value of attribute state_dir.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object (readonly)
Returns the value of attribute password
17 18 19 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 17 def password @password end |
#path ⇒ Object (readonly)
Returns the value of attribute path
17 18 19 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 17 def path @path end |
#state_dir ⇒ Object (readonly)
Returns the value of attribute state_dir
17 18 19 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 17 def state_dir @state_dir end |
#username ⇒ Object (readonly)
Returns the value of attribute username
17 18 19 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 17 def username @username end |