class EY::Serverside::CLI::Workflows::ShowingMaintenanceStatus
ShowingMaintenanceStatus
is a Workflow that reports the current enabled/disabled status of the maintenance page for the application specified in the options
Private Instance Methods
procedure()
click to toggle source
# File lib/engineyard-serverside/cli/workflows/showing_maintenance_status.rb, line 17 def procedure maintenance.status end
task_name()
click to toggle source
# File lib/engineyard-serverside/cli/workflows/showing_maintenance_status.rb, line 21 def task_name 'maintenance-status' end