Class: Configuration
- Inherits:
-
Object
- Object
- Configuration
- Defined in:
- lib/satops.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Attribute Details
#source ⇒ Object (readonly)
Returns the value of attribute source.
210 211 212 |
# File 'lib/satops.rb', line 210 def source @source end |
#target ⇒ Object (readonly)
Returns the value of attribute target.
210 211 212 |
# File 'lib/satops.rb', line 210 def target @target end |