Sha256: 90e900a1e3308c8bb13928c756e172c92c66d762d3e3278fbbd9358b4ec6e2c8

Contents?: true

Size: 156 Bytes

Versions: 28

Compression:

Stored size: 156 Bytes

Contents

class RefundAction < GetAction
  include ImmutableAction

  def subtype
    "Refund"
  end

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.7 app/models/actions/refund_action.rb
artfully_ose-1.2.0.pre.6 app/models/actions/refund_action.rb
artfully_ose-1.2.0.pre.5 app/models/actions/refund_action.rb
artfully_ose-1.2.0.pre.4 app/models/actions/refund_action.rb
artfully_ose-1.2.0.pre.3 app/models/actions/refund_action.rb
artfully_ose-1.2.0.pre.2 app/models/actions/refund_action.rb
artfully_ose-1.2.0.pre.1 app/models/actions/refund_action.rb
artfully_ose-1.2.0.pre app/models/actions/refund_action.rb