module TrackerApi module Resources class PrimaryResource include Shared::HasId attribute :kind, String attribute :name, String attribute :story_type, String attribute :url, String end end end