Sha256: bb7d457a2fa43f72c482a6724bf35fd9e69b8d3cd3cc34f5ee94d13471675706
Contents?: true
Size: 361 Bytes
Versions: 53
Compression:
Stored size: 361 Bytes
Contents
class Ey::Core::Client::AccountTrial < Ey::Core::Model extend Ey::Core::Associations identity :id, type: :integer attribute :duration, type: :integer attribute :used, type: :integer attribute :period_remaining attribute :started_at, type: :time attribute :finished_at, type: :time attribute :converted_at, type: :time has_one :account end
Version data entries
53 entries across 53 versions & 3 rubygems