Class: Kanrisuru::Core::Disk::LsblkDevice
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Disk::LsblkDevice
- Defined in:
- lib/kanrisuru/core/disk/types.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#fs_type ⇒ Object
Returns the value of attribute fs_type.
-
#fsize ⇒ Object
Returns the value of attribute fsize.
-
#group ⇒ Object
Returns the value of attribute group.
-
#maj_dev ⇒ Object
Returns the value of attribute maj_dev.
-
#min_dev ⇒ Object
Returns the value of attribute min_dev.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#mount_point ⇒ Object
Returns the value of attribute mount_point.
-
#name ⇒ Object
Returns the value of attribute name.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#readonly_device ⇒ Object
Returns the value of attribute readonly_device.
-
#removable_device ⇒ Object
Returns the value of attribute removable_device.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def children @children end |
#fs_type ⇒ Object
Returns the value of attribute fs_type
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def fs_type @fs_type end |
#fsize ⇒ Object
Returns the value of attribute fsize
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def fsize @fsize end |
#group ⇒ Object
Returns the value of attribute group
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def group @group end |
#maj_dev ⇒ Object
Returns the value of attribute maj_dev
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def maj_dev @maj_dev end |
#min_dev ⇒ Object
Returns the value of attribute min_dev
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def min_dev @min_dev end |
#mode ⇒ Object
Returns the value of attribute mode
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def mode @mode end |
#mount_point ⇒ Object
Returns the value of attribute mount_point
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def mount_point @mount_point end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def name @name end |
#owner ⇒ Object
Returns the value of attribute owner
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def owner @owner end |
#readonly_device ⇒ Object
Returns the value of attribute readonly_device
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def readonly_device @readonly_device end |
#removable_device ⇒ Object
Returns the value of attribute removable_device
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def removable_device @removable_device end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def type @type end |
#uuid ⇒ Object
Returns the value of attribute uuid
8 9 10 |
# File 'lib/kanrisuru/core/disk/types.rb', line 8 def uuid @uuid end |