Class: FSR::Cmd::UuidBridge
- Inherits:
-
Command
- Object
- Command
- FSR::Cmd::UuidBridge
- Defined in:
- lib/fsr/cmd/uuid_bridge.rb
Constant Summary
Constants inherited from Command
Instance Attribute Summary (collapse)
-
- (Object) arguments
readonly
Returns the value of attribute arguments.
Class Method Summary (collapse)
Instance Method Summary (collapse)
-
- (UuidBridge) initialize(leg1, leg2)
constructor
A new instance of UuidBridge.
Methods inherited from Command
Constructor Details
- (UuidBridge) initialize(leg1, leg2)
A new instance of UuidBridge
11 12 13 |
# File 'lib/fsr/cmd/uuid_bridge.rb', line 11 def initialize(leg1, leg2) @arguments = [leg1, leg2] end |
Instance Attribute Details
- (Object) arguments (readonly)
Returns the value of attribute arguments
9 10 11 |
# File 'lib/fsr/cmd/uuid_bridge.rb', line 9 def arguments @arguments end |
Class Method Details
+ (Object) cmd_name
5 6 7 |
# File 'lib/fsr/cmd/uuid_bridge.rb', line 5 def self.cmd_name "uuid_bridge" end |