class ExchangeAction < GetAction include ImmutableAction validates_presence_of :person_id def subtype "Exchange" end def action_type "Get" end def verb "" end end