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.
206 207 208 |
# File 'lib/satops.rb', line 206 def source @source end |
#target ⇒ Object (readonly)
Returns the value of attribute target.
206 207 208 |
# File 'lib/satops.rb', line 206 def target @target end |