class Tandaco::Client

Private Instance Methods

default_opts() click to toggle source
# File lib/tandaco/client.rb, line 11
def default_opts
  { host: host, token: token }
end