Hi,
I am using eventbright gem for getting the event brite events.
I am doing like as follows:-
 EventBright.setup(api_key)
    res= EventBright.call("event_search", {:latitude=>37.3229978,
:longitude=>-122.0321823})
  puts res.inspect

I am getting the response as the HTTPARTY object.
Can anyone tell me how can I parse the response?

Also, I think I am missing something during using the gem due to that it
is giving me the response as httpparty object instead of giving me as
different objects.

Any help appreciated.
Thanks,
Mike

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to