Class: Ruboty::Handlers::AppAnnie

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/handlers/app_annie.rb

Instance Method Summary collapse

Instance Method Details

#list_accounts(message) ⇒ Object



42
43
44
# File 'lib/ruboty/handlers/app_annie.rb', line 42

def list_accounts(message)
  Ruboty::AppAnnie::Actions::ListAccounts.new(message).call
end

#list_all_ranks_of_days_ago(message) ⇒ Object



62
63
64
# File 'lib/ruboty/handlers/app_annie.rb', line 62

def list_all_ranks_of_days_ago(message)
  Ruboty::AppAnnie::Actions::ListRanks.new(message).call
end

#list_all_reviews_of_days_ago(message) ⇒ Object



58
59
60
# File 'lib/ruboty/handlers/app_annie.rb', line 58

def list_all_reviews_of_days_ago(message)
  Ruboty::AppAnnie::Actions::ListReviews.new(message).call
end

#list_products(message) ⇒ Object



46
47
48
# File 'lib/ruboty/handlers/app_annie.rb', line 46

def list_products(message)
  Ruboty::AppAnnie::Actions::ListProducts.new(message).call
end

#list_reviews(message) ⇒ Object



50
51
52
# File 'lib/ruboty/handlers/app_annie.rb', line 50

def list_reviews(message)
  Ruboty::AppAnnie::Actions::ListReviews.new(message).call
end

#list_reviews_of_days_ago(message) ⇒ Object



54
55
56
# File 'lib/ruboty/handlers/app_annie.rb', line 54

def list_reviews_of_days_ago(message)
  Ruboty::AppAnnie::Actions::ListReviews.new(message).call
end