Class: Kanrisuru::Core::Path::FileInfo
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Path::FileInfo
- Defined in:
- lib/kanrisuru/core/path/types.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#fsize ⇒ Object
Returns the value of attribute fsize.
-
#group ⇒ Object
Returns the value of attribute group.
-
#hard_links ⇒ Object
Returns the value of attribute hard_links.
-
#inode ⇒ Object
Returns the value of attribute inode.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#path ⇒ Object
Returns the value of attribute path.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
8 9 10 |
# File 'lib/kanrisuru/core/path/types.rb', line 8 def date @date end |
#fsize ⇒ Object
Returns the value of attribute fsize
8 9 10 |
# File 'lib/kanrisuru/core/path/types.rb', line 8 def fsize @fsize end |
#group ⇒ Object
Returns the value of attribute group
8 9 10 |
# File 'lib/kanrisuru/core/path/types.rb', line 8 def group @group end |
#hard_links ⇒ Object
Returns the value of attribute hard_links
8 9 10 |
# File 'lib/kanrisuru/core/path/types.rb', line 8 def hard_links @hard_links end |
#inode ⇒ Object
Returns the value of attribute inode
8 9 10 |
# File 'lib/kanrisuru/core/path/types.rb', line 8 def inode @inode end |
#mode ⇒ Object
Returns the value of attribute mode
8 9 10 |
# File 'lib/kanrisuru/core/path/types.rb', line 8 def mode @mode end |
#owner ⇒ Object
Returns the value of attribute owner
8 9 10 |
# File 'lib/kanrisuru/core/path/types.rb', line 8 def owner @owner end |
#path ⇒ Object
Returns the value of attribute path
8 9 10 |
# File 'lib/kanrisuru/core/path/types.rb', line 8 def path @path end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/kanrisuru/core/path/types.rb', line 8 def type @type end |