Method: Kippt::Saves#fetch

Defined in:
lib/kippt/saves.rb

#fetch(options = {}) ⇒ Object Also known as: all



15
16
17
# File 'lib/kippt/saves.rb', line 15

def fetch(options = {})
  collection_class.new({"objects" => @clip.saves_data}, client)
end