Class: Kanrisuru::Core::Path::FileInfoId
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Path::FileInfoId
- 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.
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#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.
-
#path ⇒ Object
Returns the value of attribute path.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
7 8 9 |
# File 'lib/kanrisuru/core/path/types.rb', line 7 def date @date end |
#fsize ⇒ Object
Returns the value of attribute fsize
7 8 9 |
# File 'lib/kanrisuru/core/path/types.rb', line 7 def fsize @fsize end |
#gid ⇒ Object
Returns the value of attribute gid
7 8 9 |
# File 'lib/kanrisuru/core/path/types.rb', line 7 def gid @gid end |
#hard_links ⇒ Object
Returns the value of attribute hard_links
7 8 9 |
# File 'lib/kanrisuru/core/path/types.rb', line 7 def hard_links @hard_links end |
#inode ⇒ Object
Returns the value of attribute inode
7 8 9 |
# File 'lib/kanrisuru/core/path/types.rb', line 7 def inode @inode end |
#mode ⇒ Object
Returns the value of attribute mode
7 8 9 |
# File 'lib/kanrisuru/core/path/types.rb', line 7 def mode @mode end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/kanrisuru/core/path/types.rb', line 7 def path @path end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/kanrisuru/core/path/types.rb', line 7 def type @type end |
#uid ⇒ Object
Returns the value of attribute uid
7 8 9 |
# File 'lib/kanrisuru/core/path/types.rb', line 7 def uid @uid end |