Class: SelfTestSample
- Inherits:
-
SampleBase
- Object
- SampleBase
- SelfTestSample
- Defined in:
- /build/mts/release/bora-4571906/vcsuite-sdks/ruby/samples/lib/sample/framework/sample_base.rb
Constant Summary
- TITLE =
'Self Test Sample'
Constants inherited from SampleBase
Instance Attribute Summary
Attributes inherited from SampleBase
#description, #log, #ls_ip, #ls_url, #mgmt_node_id, #mgmt_node_index, #mgmt_node_name, #multiple_mgmt_node, #option_parser, #options, #sso_password, #sso_username, #title, #use_supporters
Instance Method Summary (collapse)
- - (Object) execute
-
- (SelfTestSample) initialize(use_supporters = false)
constructor
A new instance of SelfTestSample.
Methods inherited from SampleBase
Constructor Details
- (SelfTestSample) initialize(use_supporters = false)
Returns a new instance of SelfTestSample
343 344 345 |
# File '/build/mts/release/bora-4571906/vcsuite-sdks/ruby/samples/lib/sample/framework/sample_base.rb', line 343 def initialize(use_supporters=false) super(TITLE, TITLE, use_supporters) end |
Instance Method Details
- (Object) execute
347 348 349 |
# File '/build/mts/release/bora-4571906/vcsuite-sdks/ruby/samples/lib/sample/framework/sample_base.rb', line 347 def execute #noop end |