Sha256: e0deb52b029fd0b79ce325cbc3c8dfcb33557e99b64eb9a424947e7696820548
Contents?: true
Size: 497 Bytes
Versions: 2
Compression:
Stored size: 497 Bytes
Contents
module Mollie module API module Object class Method < Base IDEAL = "ideal" CREDITCARD = "creditcard" MISTERCASH = "mistercash" BANKTRANSFER = "banktransfer" PAYPAL = "paypal" PAYSAFECARD = "paysafecard" attr_accessor :id, :description, :amount, :image def getMinimumAmount () @amount.minimum end def getMaximumAmount () @amount.maximum end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mollie-api-ruby-1.1.1 | lib/Mollie/API/Object/Method.rb |
mollie-api-ruby-1.1.0 | lib/Mollie/API/Object/Method.rb |