Class: Mxrb::Runtime::DatabaseInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#databaseObject (readonly)

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def database
  @database
end

#database_containerObject (readonly)

Returns the value of attribute database_container

Returns:

  • (Object)

    the current value of database_container



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def database_container
  @database_container
end

#hostObject (readonly)

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def host
  @host
end

#model_fingerprintObject (readonly)

Returns the value of attribute model_fingerprint

Returns:

  • (Object)

    the current value of model_fingerprint



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def model_fingerprint
  @model_fingerprint
end

#portObject (readonly)

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def port
  @port
end

#project_idObject (readonly)

Returns the value of attribute project_id

Returns:

  • (Object)

    the current value of project_id



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def project_id
  @project_id
end

#reader_userObject (readonly)

Returns the value of attribute reader_user

Returns:

  • (Object)

    the current value of reader_user



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def reader_user
  @reader_user
end

#runningObject (readonly)

Returns the value of attribute running

Returns:

  • (Object)

    the current value of running



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def running
  @running
end

#runtime_containerObject (readonly)

Returns the value of attribute runtime_container

Returns:

  • (Object)

    the current value of runtime_container



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def runtime_container
  @runtime_container
end

#runtime_urlObject (readonly)

Returns the value of attribute runtime_url

Returns:

  • (Object)

    the current value of runtime_url



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def runtime_url
  @runtime_url
end

#state_dirObject (readonly)

Returns the value of attribute state_dir

Returns:

  • (Object)

    the current value of state_dir



12
13
14
# File 'lib/mxrb/runtime/database_workspace.rb', line 12

def state_dir
  @state_dir
end