class Grape::Entity::Delegator::FetchableObject

Public Instance Methods

delegate(attribute) click to toggle source
# File lib/grape_entity/delegator/fetchable_object.rb, line 7
def delegate(attribute)
  object.fetch attribute
end