Class: Pgclone::Configuration
- Inherits:
-
Object
- Object
- Pgclone::Configuration
- Defined in:
- lib/pgclone.rb
Instance Attribute Summary collapse
-
#appname ⇒ Object
Returns the value of attribute appname.
-
#file ⇒ Object
Returns the value of attribute file.
-
#local_db ⇒ Object
Returns the value of attribute local_db.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#appname ⇒ Object
Returns the value of attribute appname.
6 7 8 |
# File 'lib/pgclone.rb', line 6 def appname @appname end |
#file ⇒ Object
Returns the value of attribute file.
6 7 8 |
# File 'lib/pgclone.rb', line 6 def file @file end |
#local_db ⇒ Object
Returns the value of attribute local_db.
6 7 8 |
# File 'lib/pgclone.rb', line 6 def local_db @local_db end |
#owner ⇒ Object
Returns the value of attribute owner.
6 7 8 |
# File 'lib/pgclone.rb', line 6 def owner @owner end |