Sha256: fe6d8735ee68516bd9a211da74ac97908572a7c624377c80b9cdce782d312a28

Contents?: true

Size: 372 Bytes

Versions: 6

Compression:

Stored size: 372 Bytes

Contents

module PivotalTracker
  class Note
    include HappyMapper

    class << self
#      def all(story, options={})
#        parse(Client.connection["/projects/#{project_id}/stories/#{story_id}/notes"].get)
#      end
    end

    element :id, Integer
    element :text, String
    element :author, String
    element :noted_at, DateTime
    # has_one :story, Story
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pivotal-tracker-0.1.3 lib/pivotal-tracker/note.rb
pivotal-tracker-0.1.2 lib/pivotal-tracker/note.rb
pivotal-tracker-0.1.1 lib/pivotal-tracker/note.rb
pivotal-tracker-0.1.0.1 lib/pivotal-tracker/note.rb
pivotal-tracker-0.1.0 lib/pivotal-tracker/note.rb
pivotal-tracker-0.0.9.1 lib/pivotal-tracker/note.rb