Sha256: 4a88ab2f24b0cbecc027f9df1b2d218a4713a56cd06d53660e0648e992719687

Contents?: true

Size: 160 Bytes

Versions: 3

Compression:

Stored size: 160 Bytes

Contents

module Tickethub
  class App::Package < Resource
    path '/app/packages'

    attribute :price, type: :money
    attribute :currency, type: :currency
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tickethub-0.0.7 lib/tickethub/app/package.rb
tickethub-0.0.6 lib/tickethub/app/package.rb
tickethub-0.0.5 lib/tickethub/app/package.rb