Sha256: 99850866d3778be905c9b9bbf25e18c8da821f67038d294b7139cb3c5d1769de
Contents?: true
Size: 366 Bytes
Versions: 21
Compression:
Stored size: 366 Bytes
Contents
module Myfinance module Entities class Webhook < Base attribute :account_id, Integer attribute :created_at, DateTime attribute :description, String attribute :entity_id, Integer attribute :healthy_check_code, String attribute :id, Integer attribute :updated_at, DateTime attribute :url, String end end end
Version data entries
21 entries across 21 versions & 1 rubygems