Class: Typekitty::Kit

Inherits:
Hashie::Dash
  • Object
show all
Defined in:
lib/typekitty/kit.rb

Class Method Summary collapse

Class Method Details

.allObject



14
15
16
# File 'lib/typekitty/kit.rb', line 14

def self.all
    Typekitty::API.kits
end

.find(id) ⇒ Object



18
19
20
# File 'lib/typekitty/kit.rb', line 18

def self.find id
    Typekitty::API.kit id
end