Method: Infrastructure#credentials?
- Defined in:
- lib/cluster/infrastructure.rb
#credentials? ⇒ Boolean
42 43 44 45 46 47 48 |
# File 'lib/cluster/infrastructure.rb', line 42 def credentials? return true if @credentials if Cluster::Configuration.credentials? @credentials = Cluster::Configuration.credentials end end |