Sha256: 654e7efce726b9134b9ee53b0cd5bb59851b46f8d3341578d210481fb9edb665

Contents?: true

Size: 190 Bytes

Versions: 10

Compression:

Stored size: 190 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cobrato-client-0.2.9 lib/cobrato/entities/webhook.rb
cobrato-client-0.2.8 lib/cobrato/entities/webhook.rb
cobrato-client-0.2.7 lib/cobrato/entities/webhook.rb
cobrato-client-0.2.6 lib/cobrato/entities/webhook.rb
cobrato-client-0.2.5 lib/cobrato/entities/webhook.rb
cobrato-client-0.2.4 lib/cobrato/entities/webhook.rb
cobrato-client-0.2.3 lib/cobrato/entities/webhook.rb
cobrato-client-0.2.3.pre lib/cobrato/entities/webhook.rb
cobrato-client-0.2.2 lib/cobrato/entities/webhook.rb
cobrato-client-0.2.1 lib/cobrato/entities/webhook.rb