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.10.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.9.1 lib/cobrato/entities/webhook.rb
cobrato-client-0.9.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.8.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.7.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.6.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.5.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.4.2 lib/cobrato/entities/webhook.rb
cobrato-client-0.4.1 lib/cobrato/entities/webhook.rb
cobrato-client-0.4.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.4.0.rc1 lib/cobrato/entities/webhook.rb
cobrato-client-0.3.0 lib/cobrato/entities/webhook.rb
cobrato-client-0.3.0.rc1 lib/cobrato/entities/webhook.rb
cobrato-client-0.2.11 lib/cobrato/entities/webhook.rb
cobrato-client-0.2.10 lib/cobrato/entities/webhook.rb