Sha256: 4da997d3a21db5db6f902bd76abcf75507bb224c4a79949d10613310e2ff3e87
Contents?: true
Size: 435 Bytes
Versions: 3
Compression:
Stored size: 435 Bytes
Contents
# typed: true # frozen_string_literal: true module ParkingTicket module Clients module Models class Ticket < T::Struct include ParkingTicket::Clients::Models::StructuralyComparable const :client_internal_id, String const :starts_on, DateTime const :ends_on, DateTime const :license_plate, String const :cost, Float const :client, String end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
parking_ticket-1.0.51 | lib/clients/models/ticket.rb |
parking_ticket-1.0.50 | lib/clients/models/ticket.rb |
parking_ticket-1.0.49 | lib/clients/models/ticket.rb |