Class: Shipit::MergeStatusController::UnknownMergeRequest
- Inherits:
-
Object
- Object
- Shipit::MergeStatusController::UnknownMergeRequest
- Defined in:
- app/controllers/shipit/merge_status_controller.rb
Instance Attribute Summary collapse
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Method Summary collapse
-
#initialize ⇒ UnknownMergeRequest
constructor
A new instance of UnknownMergeRequest.
- #waiting? ⇒ Boolean
Constructor Details
#initialize ⇒ UnknownMergeRequest
Returns a new instance of UnknownMergeRequest.
133 134 135 |
# File 'app/controllers/shipit/merge_status_controller.rb', line 133 def initialize @updated_at = Time.at(0).utc end |
Instance Attribute Details
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
131 132 133 |
# File 'app/controllers/shipit/merge_status_controller.rb', line 131 def updated_at @updated_at end |
Instance Method Details
#waiting? ⇒ Boolean
137 138 139 |
# File 'app/controllers/shipit/merge_status_controller.rb', line 137 def waiting? false end |