Class: Perikins::Webhooks::Github

Inherits:
Object
  • Object
show all
Defined in:
lib/perkins/webhooks/github.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(params) ⇒ Github

Returns a new instance of Github.



6
7
8
# File 'lib/perkins/webhooks/github.rb', line 6

def initialize(params)
  self.raw_params = params
end

Instance Attribute Details

#raw_paramsObject

Returns the value of attribute raw_params.



4
5
6
# File 'lib/perkins/webhooks/github.rb', line 4

def raw_params
  @raw_params
end