Class: Pgbackups::Client

Inherits:
Azuki::Client::Pgbackups show all
Defined in:
lib/azuki/client/pgbackups.rb

Instance Method Summary collapse

Methods inherited from Azuki::Client::Pgbackups

#authenticated_resource, #create_transfer, #delete_backup, #get_backup, #get_backups, #get_latest_backup, #get_transfer, #get_transfers

Methods included from Azuki::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, #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.



108
109
110
111
# File 'lib/azuki/client/pgbackups.rb', line 108

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