Sha256: 18b44e0a0b732a6f5af34c7056ad5fb26bc3f002dc439fd6507153f434de2b63
Contents?: true
Size: 233 Bytes
Versions: 21
Compression:
Stored size: 233 Bytes
Contents
module TrackerApi module Resources class PrimaryResource include Shared::Base attribute :kind, String attribute :name, String attribute :story_type, String attribute :url, String end end end
Version data entries
21 entries across 21 versions & 1 rubygems