Class: PathConvert

Inherits:
Object
  • Object
show all
Defined in:
lib/kwala/lib/cycle_detector.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePathConvert

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

#fromObject

Returns the value of attribute from.



723
724
725
# File 'lib/kwala/lib/cycle_detector.rb', line 723

def from
  @from
end

#toObject

Returns the value of attribute to.



723
724
725
# File 'lib/kwala/lib/cycle_detector.rb', line 723

def to
  @to
end