Class: Quintype::API::Author

Inherits:
Base
  • Object
show all
Defined in:
lib/quintype/api/author.rb

Class Method Summary collapse

Class Method Details

.find(id) ⇒ Object



4
5
6
# File 'lib/quintype/api/author.rb', line 4

def find(id)
  from_hash Client.instance.get_author(id).to_h
end