Class: TrelloFlow::PullRequest
- Inherits:
-
Object
- Object
- TrelloFlow::PullRequest
- Defined in:
- lib/trello_flow/pull_request.rb
Instance Method Summary collapse
-
#initialize(card, from:, target:) ⇒ PullRequest
constructor
A new instance of PullRequest.
- #open ⇒ Object
Constructor Details
#initialize(card, from:, target:) ⇒ PullRequest
Returns a new instance of PullRequest.
5 6 7 8 9 |
# File 'lib/trello_flow/pull_request.rb', line 5 def initialize(card, from:, target:) @card = card @from = from @target = target end |