class Grape::Entity::Delegator::OpenStructObject
Public Instance Methods
delegate(attribute)
click to toggle source
# File lib/grape_entity/delegator/openstruct_object.rb, line 6 def delegate(attribute) object.send attribute end