Class: Shipit::MergeStatusController::UnknownMergeRequest

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/shipit/merge_status_controller.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeUnknownMergeRequest

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_atObject (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

Returns:

  • (Boolean)


137
138
139
# File 'app/controllers/shipit/merge_status_controller.rb', line 137

def waiting?
  false
end