Class: Mxrb::Runtime::DatabaseInfo
- Inherits:
-
Data
- Object
- Data
- Mxrb::Runtime::DatabaseInfo
- Defined in:
- lib/mxrb/runtime/database_workspace.rb
Instance Attribute Summary collapse
-
#database ⇒ Object
readonly
Returns the value of attribute database.
-
#database_container ⇒ Object
readonly
Returns the value of attribute database_container.
-
#host ⇒ Object
readonly
Returns the value of attribute host.
-
#model_fingerprint ⇒ Object
readonly
Returns the value of attribute model_fingerprint.
-
#port ⇒ Object
readonly
Returns the value of attribute port.
-
#project_id ⇒ Object
readonly
Returns the value of attribute project_id.
-
#reader_user ⇒ Object
readonly
Returns the value of attribute reader_user.
-
#running ⇒ Object
readonly
Returns the value of attribute running.
-
#runtime_container ⇒ Object
readonly
Returns the value of attribute runtime_container.
-
#runtime_url ⇒ Object
readonly
Returns the value of attribute runtime_url.
-
#state_dir ⇒ Object
readonly
Returns the value of attribute state_dir.
Instance Attribute Details
#database ⇒ Object (readonly)
Returns the value of attribute database
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def database @database end |
#database_container ⇒ Object (readonly)
Returns the value of attribute database_container
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def database_container @database_container end |
#host ⇒ Object (readonly)
Returns the value of attribute host
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def host @host end |
#model_fingerprint ⇒ Object (readonly)
Returns the value of attribute model_fingerprint
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def model_fingerprint @model_fingerprint end |
#port ⇒ Object (readonly)
Returns the value of attribute port
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def port @port end |
#project_id ⇒ Object (readonly)
Returns the value of attribute project_id
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def project_id @project_id end |
#reader_user ⇒ Object (readonly)
Returns the value of attribute reader_user
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def reader_user @reader_user end |
#running ⇒ Object (readonly)
Returns the value of attribute running
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def running @running end |
#runtime_container ⇒ Object (readonly)
Returns the value of attribute runtime_container
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def runtime_container @runtime_container end |
#runtime_url ⇒ Object (readonly)
Returns the value of attribute runtime_url
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def runtime_url @runtime_url end |
#state_dir ⇒ Object (readonly)
Returns the value of attribute state_dir
12 13 14 |
# File 'lib/mxrb/runtime/database_workspace.rb', line 12 def state_dir @state_dir end |