Class: RuneRb::Cache::FileSystem::FileDescriptor
- Inherits:
-
Struct
- Object
- Struct
- RuneRb::Cache::FileSystem::FileDescriptor
- Defined in:
- lib/rune/cache/file_system.rb
Overview
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
176 177 178 |
# File 'lib/rune/cache/file_system.rb', line 176 def file @file end |
#type ⇒ Object
Returns the value of attribute type
176 177 178 |
# File 'lib/rune/cache/file_system.rb', line 176 def type @type end |
Instance Method Details
#equals(other) ⇒ Object
177 178 179 |
# File 'lib/rune/cache/file_system.rb', line 177 def equals(other) other.file == file && other.type == type end |