Module: Stenographer::Inputs::BaseInput

Included in:
GithubInput
Defined in:
lib/stenographer/inputs/base_input.rb

Instance Method Summary collapse

Instance Method Details

#parse(params) ⇒ Object

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

Raises:

  • (StandardError)


7
8
9
# File 'lib/stenographer/inputs/base_input.rb', line 7

def parse(params)
  raise StandardError, 'implement me'
end