class DinnerLab_Plaid
Public Class Methods
hi(language = "english")
click to toggle source
# File lib/DinnerLab_Plaid.rb, line 13 def self.hi (language = "english") translator = Translator.new(language) translator.hi end
test_client()
click to toggle source
# File lib/DinnerLab_Plaid.rb, line 18 def self.test_client #this is the client info that you have been given #client = Plaid.client(username, email, password, institution, access_token = nil) puts "ok... why not working"; TestModule::TestUser.new() TestModule::TestUser.preview; end
Public Instance Methods
configure()
click to toggle source
# File lib/DinnerLab_Plaid.rb, line 8 def configure TestModule.set_test_config end