Class: Perikins::Webhooks::Github
- Defined in:
- lib/perkins/webhooks/github.rb
Instance Attribute Summary collapse
-
#raw_params ⇒ Object
Returns the value of attribute raw_params.
Instance Method Summary collapse
-
#initialize(params) ⇒ Github
constructor
A new instance of Github.
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_params ⇒ Object
Returns the value of attribute raw_params.
4 5 6 |
# File 'lib/perkins/webhooks/github.rb', line 4 def raw_params @raw_params end |