Method: ShareNotify::API#get

Defined in:
lib/share_notify/api.rb

#getHTTParty::Response

Returns:

  • (HTTParty::Response)


23
24
25
# File 'lib/share_notify/api.rb', line 23

def get
  @response = with_timeout { self.class.get(api_data_point) }
end