Class: Kanrisuru::Core::Stat::FileStat
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Stat::FileStat
- Defined in:
- lib/kanrisuru/core/stat/types.rb
Instance Attribute Summary collapse
-
#blocks ⇒ Object
Returns the value of attribute blocks.
-
#device ⇒ Object
Returns the value of attribute device.
-
#file_type ⇒ Object
Returns the value of attribute file_type.
-
#fsize ⇒ Object
Returns the value of attribute fsize.
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#group ⇒ Object
Returns the value of attribute group.
-
#inode ⇒ Object
Returns the value of attribute inode.
-
#last_access ⇒ Object
Returns the value of attribute last_access.
-
#last_changed ⇒ Object
Returns the value of attribute last_changed.
-
#last_modified ⇒ Object
Returns the value of attribute last_modified.
-
#links ⇒ Object
Returns the value of attribute links.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#path ⇒ Object
Returns the value of attribute path.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#blocks ⇒ Object
Returns the value of attribute blocks
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def blocks @blocks end |
#device ⇒ Object
Returns the value of attribute device
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def device @device end |
#file_type ⇒ Object
Returns the value of attribute file_type
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def file_type @file_type end |
#fsize ⇒ Object
Returns the value of attribute fsize
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def fsize @fsize end |
#gid ⇒ Object
Returns the value of attribute gid
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def gid @gid end |
#group ⇒ Object
Returns the value of attribute group
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def group @group end |
#inode ⇒ Object
Returns the value of attribute inode
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def inode @inode end |
#last_access ⇒ Object
Returns the value of attribute last_access
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def last_access @last_access end |
#last_changed ⇒ Object
Returns the value of attribute last_changed
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def last_changed @last_changed end |
#last_modified ⇒ Object
Returns the value of attribute last_modified
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def last_modified @last_modified end |
#links ⇒ Object
Returns the value of attribute links
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def links @links end |
#mode ⇒ Object
Returns the value of attribute mode
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def mode @mode end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def path @path end |
#uid ⇒ Object
Returns the value of attribute uid
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def uid @uid end |
#user ⇒ Object
Returns the value of attribute user
6 7 8 |
# File 'lib/kanrisuru/core/stat/types.rb', line 6 def user @user end |