Sha256: 3adaa157d3e0fde93450a16f84f54e1d3338cd7c7819f1734c0abf4ccabb9b56

Contents?: true

Size: 524 Bytes

Versions: 3

Compression:

Stored size: 524 Bytes

Contents

# frozen_string_literal: true

module YouCanBookMe
  # YouCanBookMe's ProfileAppointmentType model.
  class ProfileAppointmentType
    include ModelUtils

    # @return [String]
    attr_accessor :description
    # @return [String]
    attr_accessor :id
    # @return [String]
    attr_accessor :name
    # @return [Integer]
    attr_accessor :numberOfSlots
    # @return [String]
    attr_accessor :pic
    # @return [Integer]
    attr_accessor :price
    # @return [Integer]
    attr_accessor :slotLengthMinutes
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
youcanbookme-0.0.3.alpha lib/youcanbookme/models/profile_appointment_type.rb
youcanbookme-0.0.2.alpha lib/youcanbookme/models/profile_appointment_type.rb
youcanbookme-0.0.1.alpha lib/youcanbookme/models/profile_appointment_type.rb