Method: BandPage::Client#method_missing

Defined in:
lib/band_page/client.rb

#method_missing(m, *args, &block) ⇒ Object



18
19
20
21
# File 'lib/band_page/client.rb', line 18

def method_missing(m, *args, &block)
  return get(m) if CONNECTIONS.include?(m)
  super
end