Class: AzukiPostgresql::Client

Inherits:
Azuki::Client::AzukiPostgresql show all
Defined in:
lib/azuki/client/azuki_postgresql.rb

Constant Summary

Constants inherited from Azuki::Client::AzukiPostgresql

Azuki::Client::AzukiPostgresql::Version

Instance Attribute Summary

Attributes inherited from Azuki::Client::AzukiPostgresql

#attachment

Instance Method Summary collapse

Methods inherited from Azuki::Client::AzukiPostgresql

add_headers, #azuki_postgresql_host, #azuki_postgresql_resource, #get_database, #get_wait_status, headers, #ingress, #reset, #resource_name, #rotate_credentials, #unfollow

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.



136
137
138
139
# File 'lib/azuki/client/azuki_postgresql.rb', line 136

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