Class: Pgclone::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/pgclone.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appnameObject

Returns the value of attribute appname.



6
7
8
# File 'lib/pgclone.rb', line 6

def appname
  @appname
end

#fileObject

Returns the value of attribute file.



6
7
8
# File 'lib/pgclone.rb', line 6

def file
  @file
end

#local_dbObject

Returns the value of attribute local_db.



6
7
8
# File 'lib/pgclone.rb', line 6

def local_db
  @local_db
end

#ownerObject

Returns the value of attribute owner.



6
7
8
# File 'lib/pgclone.rb', line 6

def owner
  @owner
end