Sha256: d35dd41e136e1afdb65d7816765e35589617ab8946dc018a0eb74ab34697bbea

Contents?: true

Size: 229 Bytes

Versions: 55

Compression:

Stored size: 229 Bytes

Contents

module Cobrato
  module Entities
    class Webhook < Base
      attribute :id,           Integer
      attribute :description,  String
      attribute :url,          String
      attribute :secret,       String
    end
  end
end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
cobrato-client-0.23.0.beta8 lib/cobrato/entities/webhook.rb
cobrato-client-0.23.0.beta7 lib/cobrato/entities/webhook.rb
cobrato-client-0.23.0.beta6 lib/cobrato/entities/webhook.rb
cobrato-client-0.23.0.beta5 lib/cobrato/entities/webhook.rb
cobrato-client-0.23.0.beta4 lib/cobrato/entities/webhook.rb
cobrato-client-0.23.0.beta3 lib/cobrato/entities/webhook.rb
cobrato-client-0.23.0.beta2 lib/cobrato/entities/webhook.rb
cobrato-client-0.23.0.beta1 lib/cobrato/entities/webhook.rb
cobrato-client-0.22.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.21.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.20.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.19.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.18.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.17.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.16.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.15.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.14.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.13.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.12.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.11.0 lib/cobrato/entities/webhook.rb