Class: FSR::Cmd::UuidBridge

Inherits:
Command
  • Object
show all
Defined in:
lib/fsr/cmd/uuid_bridge.rb

Constant Summary

Constants inherited from Command

DEFAULT_OPTIONS

Instance Attribute Summary (collapse)

Class Method Summary (collapse)

Instance Method Summary (collapse)

Methods inherited from Command

#default_options

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