Sha256: 8e7593d737d77bc77412a4bc557af8542208bf99ea96f41ecbdd195b9f0c59fc
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
module TrackerApi module Resources class PrimaryResource include Resources::Base attribute :kind, String attribute :name, String attribute :story_type, String attribute :url, String end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tracker_api-0.2.10 | lib/tracker_api/resources/primary_resource.rb |