Method: Learndot::Entity#retrieve

Defined in:
lib/learndot/entity.rb

#retrieve(entity_name, conditions, options = {orderBy: 'Name', asc: true}) ⇒ Object



6
7
8
# File 'lib/learndot/entity.rb', line 6

def retrieve(entity_name, conditions, options = {orderBy: 'Name', asc: true})
  entity = @api.search(entity_name, conditions, options)
end