module Stenographer::Inputs::BaseInput

Public Instance Methods

parse(params) click to toggle source

Returns an array of changes, i.e. [{ subject: String, message: String, visible: Boolean, environments: String, tracker_ids: String, source: String}]

# File lib/stenographer/inputs/base_input.rb, line 7
def parse(params)
  raise StandardError, 'implement me'
end