Class: SweetTooth::Activity

Inherits:
APIResource show all
Includes:
SweetTooth::APIOperations::Create
Defined in:
lib/sweettooth/activity.rb

Instance Attribute Summary

Attributes inherited from SweetToothObject

#api_key

Class Method Summary collapse

Methods included from SweetTooth::APIOperations::Create

included

Methods inherited from APIResource

class_name, #refresh, retrieve, url, #url

Methods inherited from SweetToothObject

#[], #[]=, #as_json, construct_from, #each, #initialize, #inspect, #keys, #refresh_from, #to_hash, #to_json, #to_s, #values

Constructor Details

This class inherits a constructor from SweetTooth::SweetToothObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class SweetTooth::SweetToothObject

Class Method Details

.class_name_pluralObject



4
5
6
# File 'lib/sweettooth/activity.rb', line 4

def self.class_name_plural
  'Activities'
end