Sha256: 7f12e35a4d2d822acfd3972418045fa65d775c929d270ebfdfd8340683b7f213
Contents?: true
Size: 556 Bytes
Versions: 3
Compression:
Stored size: 556 Bytes
Contents
# frozen_string_literal: true module YouCanBookMe class Warning include ModelUtils # @return [String] attr_accessor :code # @return [String] attr_accessor :fixUrl # @return [String] attr_accessor :fixUrlText # @return [Integer] attr_accessor :frequency # @return [Integer] attr_accessor :level # @return [String] attr_accessor :longText # @return [String] attr_accessor :mediumText # @return [Boolean] attr_accessor :push # @return [String] attr_accessor :shortText end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
youcanbookme-0.0.6.alpha | lib/youcanbookme/models/warning.rb |
youcanbookme-0.0.5.alpha | lib/youcanbookme/models/warning.rb |
youcanbookme-0.0.4.alpha | lib/youcanbookme/models/warning.rb |