class Grape::Entity::Delegator::HashObject

Public Instance Methods

delegate(attribute) click to toggle source
# File lib/grape_entity/delegator/hash_object.rb, line 5
def delegate(attribute)
  object[attribute]
end