Sha256: 55ab05ffbddfbbc207344e1603524ebaf86deec2683e1249a5439cf9afc54d51

Contents?: true

Size: 172 Bytes

Versions: 6

Compression:

Stored size: 172 Bytes

Contents

module Billogram
  class Callback < Resource
    attr_accessor :callback_id, :custom, :signature, :sandbox

    relation :event, :one
    relation :invoice, :one
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
billogram-0.3.4 lib/billogram/resources/callback.rb
billogram-0.3.3 lib/billogram/resources/callback.rb
billogram-0.3.2 lib/billogram/resources/callback.rb
billogram-0.3.1 lib/billogram/resources/callback.rb
billogram-0.3.0 lib/billogram/resources/callback.rb
billogram-0.2.0 lib/billogram/resources/callback.rb