Class: IndexTank::HerokuClient

Inherits:
ApiClient show all
Defined in:
lib/indextank_client.rb

Instance Method Summary collapse

Methods inherited from ApiClient

#create_index, #delete_index, #get_index, #list_indexes

Methods inherited from RestClient

#DELETE, #GET, #PUT

Constructor Details

#initializeHerokuClient

Returns a new instance of HerokuClient.



254
255
256
# File 'lib/indextank_client.rb', line 254

def initialize()
    super(ENV['HEROKUTANK_API_URL'])
end