Module: IControl
- Defined in:
- lib/icontrol/base.rb,
lib/icontrol.rb,
lib/icontrol/base/struct.rb,
lib/icontrol/base/mappings.rb,
lib/icontrol/base/sequence.rb,
lib/icontrol/base/exception.rb,
lib/icontrol/base/enumeration.rb,
lib/icontrol/base/attributable.rb,
lib/icontrol/base/predeclarations.rb,
lib/icontrol/base/icontrol_overlay/common.rb
Overview
Predeclares a couple of things in order to get loaded
Defined Under Namespace
Modules: ARX, ASM, Common, GlobalLB, LTConfig, LocalLB, Management, Networking, System, WebAccelerator
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
36 37 38 |
# File 'lib/icontrol/base.rb', line 36 def config @config end |
Class Method Details
.configured? ⇒ Boolean
38 39 40 |
# File 'lib/icontrol/base.rb', line 38 def configured? return @config[:user] != "" && @config[:password] != "" && @config[:base_url] != "" end |