Sha256: e62b2072832d339cbc435a6108711c33b1e5954937ae40a071df483aecfb1b35
Contents?: true
Size: 220 Bytes
Versions: 4
Compression:
Stored size: 220 Bytes
Contents
require 'apiture/swagger/data_type_field' module Apiture module Swagger class Property < DataTypeField attr_reader :id def initialize(id) super() @id = id end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
apiture-0.2.3 | lib/apiture/swagger/property.rb |
apiture-0.2.2 | lib/apiture/swagger/property.rb |
apiture-0.2.1 | lib/apiture/swagger/property.rb |
apiture-0.2.0 | lib/apiture/swagger/property.rb |