module Opium::Model::Findable::ClassMethods
Public Instance Methods
find( id )
click to toggle source
# File lib/opium/model/findable.rb, line 7 def find( id ) new self.http_get( id: id ) end
# File lib/opium/model/findable.rb, line 7 def find( id ) new self.http_get( id: id ) end