Class: PathConvert
- Inherits:
-
Object
- Object
- PathConvert
- Defined in:
- lib/kwala/lib/cycle_detector.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Method Summary collapse
-
#initialize ⇒ PathConvert
constructor
A new instance of PathConvert.
Constructor Details
#initialize ⇒ PathConvert
Returns a new instance of PathConvert.
725 726 727 728 |
# File 'lib/kwala/lib/cycle_detector.rb', line 725 def initialize @from = "./" @to = "" end |
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from.
723 724 725 |
# File 'lib/kwala/lib/cycle_detector.rb', line 723 def from @from end |
#to ⇒ Object
Returns the value of attribute to.
723 724 725 |
# File 'lib/kwala/lib/cycle_detector.rb', line 723 def to @to end |