Class: Summon::Transport::Canned

Inherits:
Object
  • Object
show all
Defined in:
lib/summon/transport/canned.rb

Instance Method Summary collapse

Instance Method Details

#get(*args) ⇒ Object



4
5
6
# File 'lib/summon/transport/canned.rb', line 4

def get(*args)
  JSON.parse(File.read(File.dirname(__FILE__) + '/canned.json'))
end