class Grape::Entity::Delegator::OpenStructObject

Public Instance Methods

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