Class: GithubContributions::Events::IssuesEvent
- Inherits:
-
GithubContributions::Event
- Object
- GithubContributions::Event
- GithubContributions::Events::IssuesEvent
- Defined in:
- lib/github_contributions/events/issues_event.rb
Instance Attribute Summary
Attributes inherited from GithubContributions::Event
Instance Method Summary collapse
Methods inherited from GithubContributions::Event
#action, #actor, #created_at, #initialize, #name, #org
Constructor Details
This class inherits a constructor from GithubContributions::Event
Instance Method Details
#issue ⇒ Object
8 9 10 |
# File 'lib/github_contributions/events/issues_event.rb', line 8 def issue @issue ||= GithubObjects::Issue.new(data.payload.issue) end |
#payload ⇒ Object
4 5 6 |
# File 'lib/github_contributions/events/issues_event.rb', line 4 def payload issue end |