Sha256: fcb4e6e4c217cd00ba542496983689ce4926674b6e2a87aea497cd25557d48f7

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

module GetToWork
  class Command
    class LastStory < GetToWork::Command
      def run
        pt_data = config_file.data["pivotal_tracker"]
        last_story_id = pt_data && pt_data["project_id"]
        shell.say(last_story_id)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
get_to_work-0.1.2 lib/get_to_work/command/last_story.rb