class Startling::Story

Public Instance Methods

pull_request_body_text() click to toggle source
# File lib/startling/story.rb, line 7
def pull_request_body_text
  raise NotImplementedError
end
pull_request_title() click to toggle source
# File lib/startling/story.rb, line 3
def pull_request_title
  raise NotImplementedError
end