Sha256: 9f68656c60c1d56b4067d477eab0091006abce7959bfdcec03699d35b46548da

Contents?: true

Size: 108 Bytes

Versions: 5

Compression:

Stored size: 108 Bytes

Contents

class HearAction < Action
  def action_type
    "Hear"
  end
  
  def sentence
    "contacted you"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
artfully_ose-1.1.0 app/models/actions/hear_action.rb
artfully_ose-1.1.0.rc2 app/models/actions/hear_action.rb
artfully_ose-1.1.0.rc1 app/models/actions/hear_action.rb
artfully_ose-1.0.0.rc4 app/models/actions/hear_action.rb
artfully_ose-1.0.0.rc3 app/models/actions/hear_action.rb