class Tinderbot::Bot

Attributes

client[RW]

Public Class Methods

new(client) click to toggle source
# File lib/tinderbot/bot.rb, line 5
def initialize(client)
  @client = client
end

Public Instance Methods