Class: Kanrisuru::Core::Disk::DiskFree
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Disk::DiskFree
- Defined in:
- lib/kanrisuru/core/disk/types.rb
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#file_system ⇒ Object
Returns the value of attribute file_system.
-
#mount ⇒ Object
Returns the value of attribute mount.
-
#total ⇒ Object
Returns the value of attribute total.
-
#type ⇒ Object
Returns the value of attribute type.
-
#used ⇒ Object
Returns the value of attribute used.
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity
7 8 9 |
# File 'lib/kanrisuru/core/disk/types.rb', line 7 def capacity @capacity end |
#file_system ⇒ Object
Returns the value of attribute file_system
7 8 9 |
# File 'lib/kanrisuru/core/disk/types.rb', line 7 def file_system @file_system end |
#mount ⇒ Object
Returns the value of attribute mount
7 8 9 |
# File 'lib/kanrisuru/core/disk/types.rb', line 7 def mount @mount end |
#total ⇒ Object
Returns the value of attribute total
7 8 9 |
# File 'lib/kanrisuru/core/disk/types.rb', line 7 def total @total end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/kanrisuru/core/disk/types.rb', line 7 def type @type end |
#used ⇒ Object
Returns the value of attribute used
7 8 9 |
# File 'lib/kanrisuru/core/disk/types.rb', line 7 def used @used end |