Method: Whatser::CheckIn#to_params
- Defined in:
- lib/whatser/resources/check_in.rb
#to_params ⇒ Object
21 22 23 |
# File 'lib/whatser/resources/check_in.rb', line 21 def to_params {:lat => lat, :lng => lng, :locate => locate_user, :gowalla => gowalla_share, :foursquare => foursquare_share, :check_in_at => check_in_at, :check_out_at => check_out_at} end |