Class: HerokuPostgresql::Client

Inherits:
Heroku::Client::HerokuPostgresql show all
Defined in:
lib/heroku/client/heroku_postgresql.rb

Constant Summary

Constants inherited from Heroku::Client::HerokuPostgresql

Heroku::Client::HerokuPostgresql::Version

Instance Attribute Summary

Attributes inherited from Heroku::Client::HerokuPostgresql

#attachment

Instance Method Summary collapse

Methods inherited from Heroku::Client::HerokuPostgresql

add_headers, #get_database, #get_wait_status, headers, #heroku_postgresql_host, #heroku_postgresql_resource, #ingress, #reset, #resource_name, #rotate_credentials, #unfollow

Methods included from Heroku::Helpers

#action, #ask, #confirm, #confirm_billing, #confirm_command, #create_git_remote, #deprecate, #display, #display_header, #display_object, #display_row, #display_table, #error, error_with_failure, error_with_failure=, extended, extended_into, #fail, #format_bytes, #format_date, #format_error, #format_with_bang, #get_terminal_environment, #git, #has_git?, #home_directory, #host_name, #hprint, #hputs, included, included_into, #json_decode, #json_encode, #launchy, #line_formatter, #longest, #output_with_bang, #quantify, #redisplay, #retry_on_exception, #run_command, #running_on_a_mac?, #running_on_windows?, #set_buffer, #shell, #spinner, #status, #string_distance, #styled_array, #styled_error, #styled_hash, #styled_header, #suggestion, #time_ago, #truncate, #with_tty

Constructor Details

#initialize(*args) ⇒ Client

Returns a new instance of Client.



133
134
135
136
# File 'lib/heroku/client/heroku_postgresql.rb', line 133

def initialize(*args)
  Heroku::Helpers.deprecate "HerokuPostgresql::Client has been deprecated. Please use Heroku::Client::HerokuPostgresql instead."
  super
end