Sha256: 5b384967f4dda3eb2538ccfe64eb30590c18210ed91ae41a5c9ea6be47794e64

Contents?: true

Size: 134 Bytes

Versions: 13

Compression:

Stored size: 134 Bytes

Contents

class ChangeAction < GetAction
  def subtype
    "Change"
  end

  def action_type
    "Get"
  end

  def verb
    "changed"
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/models/actions/change_action.rb
artfully_ose-1.2.0.beta.1 app/models/actions/change_action.rb
artfully_ose-1.2.0.alpha.2 app/models/actions/change_action.rb
artfully_ose-1.2.0.alpha.1 app/models/actions/change_action.rb
artfully_ose-1.2.0.pre.27 app/models/actions/change_action.rb
artfully_ose-1.2.0.pre.26 app/models/actions/change_action.rb
artfully_ose-1.2.0.pre.24 app/models/actions/change_action.rb
artfully_ose-1.2.0.pre.23 app/models/actions/change_action.rb
artfully_ose-1.2.0.pre.21 app/models/actions/change_action.rb
artfully_ose-1.2.0.pre.20 app/models/actions/change_action.rb
artfully_ose-1.2.0.pre.19 app/models/actions/change_action.rb
artfully_ose-1.2.0.pre.18 app/models/actions/change_action.rb
artfully_ose-1.2.0.pre.17 app/models/actions/change_action.rb