Sha256: 54eb51fd56f6754f80f598c0af446b8d366365b056fa0bf00b204eb3b6608b62

Contents?: true

Size: 194 Bytes

Versions: 28

Compression:

Stored size: 194 Bytes

Contents

class GetAction < Action
  include ImmutableAction
  
  def subtype
    "Purchase"
  end

  def action_type
    "Get"
  end
  
  def verb
    "bought"
  end

  def self.subtypes
    []
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/models/actions/get_action.rb
artfully_ose-1.2.0.beta.1 app/models/actions/get_action.rb
artfully_ose-1.2.0.alpha.2 app/models/actions/get_action.rb
artfully_ose-1.2.0.alpha.1 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.27 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.26 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.24 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.23 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.21 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.20 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.19 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.18 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.17 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.16 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.15 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.12 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.11 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.10 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.9 app/models/actions/get_action.rb
artfully_ose-1.2.0.pre.8 app/models/actions/get_action.rb