Class: JarTools::Diff::ActualFile
- Inherits:
-
UniformFile
- Object
- UniformFile
- JarTools::Diff::ActualFile
- Defined in:
- lib/jartools/diff.rb
Instance Attribute Summary collapse
-
#entry_path ⇒ Object
readonly
Returns the value of attribute entry_path.
-
#readable_filename ⇒ Object
readonly
Returns the value of attribute readable_filename.
Instance Method Summary collapse
-
#initialize(filename) ⇒ ActualFile
constructor
A new instance of ActualFile.
Methods inherited from UniformFile
Constructor Details
#initialize(filename) ⇒ ActualFile
Returns a new instance of ActualFile.
181 182 183 |
# File 'lib/jartools/diff.rb', line 181 def initialize(filename) @entry_path = @readable_filename = filename end |
Instance Attribute Details
#entry_path ⇒ Object (readonly)
Returns the value of attribute entry_path.
179 180 181 |
# File 'lib/jartools/diff.rb', line 179 def entry_path @entry_path end |
#readable_filename ⇒ Object (readonly)
Returns the value of attribute readable_filename.
179 180 181 |
# File 'lib/jartools/diff.rb', line 179 def readable_filename @readable_filename end |