Class: Pcli::Services::Steps::Authenticate

Inherits:
Pcli::Step
  • Object
show all
Defined in:
lib/pcli/services/steps/authenticate.rb

Instance Method Summary collapse

Methods inherited from Pcli::Step

ensured, ensured?, spaced, spaced?

Instance Method Details

#run(_prev) ⇒ Object



11
12
13
# File 'lib/pcli/services/steps/authenticate.rb', line 11

def run(_prev)
  authenticate.run ? success : failure
end