Class: Kanrisuru::Core::Disk::BlkidDevice
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Disk::BlkidDevice
- Defined in:
- lib/kanrisuru/core/disk/types.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#label_fatboot ⇒ Object
Returns the value of attribute label_fatboot.
-
#logical_sector_size ⇒ Object
Returns the value of attribute logical_sector_size.
-
#minimum_io_size ⇒ Object
Returns the value of attribute minimum_io_size.
-
#name ⇒ Object
Returns the value of attribute name.
-
#part_entry_disk ⇒ Object
Returns the value of attribute part_entry_disk.
-
#part_entry_number ⇒ Object
Returns the value of attribute part_entry_number.
-
#part_entry_offset ⇒ Object
Returns the value of attribute part_entry_offset.
-
#part_entry_scheme ⇒ Object
Returns the value of attribute part_entry_scheme.
-
#part_entry_size ⇒ Object
Returns the value of attribute part_entry_size.
-
#part_entry_type ⇒ Object
Returns the value of attribute part_entry_type.
-
#part_entry_uuid ⇒ Object
Returns the value of attribute part_entry_uuid.
-
#part_uuid ⇒ Object
Returns the value of attribute part_uuid.
-
#physical_sector_size ⇒ Object
Returns the value of attribute physical_sector_size.
-
#type ⇒ Object
Returns the value of attribute type.
-
#usage ⇒ Object
Returns the value of attribute usage.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#uuid_sub ⇒ Object
Returns the value of attribute uuid_sub.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def label @label end |
#label_fatboot ⇒ Object
Returns the value of attribute label_fatboot
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def label_fatboot @label_fatboot end |
#logical_sector_size ⇒ Object
Returns the value of attribute logical_sector_size
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def logical_sector_size @logical_sector_size end |
#minimum_io_size ⇒ Object
Returns the value of attribute minimum_io_size
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def minimum_io_size @minimum_io_size end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def name @name end |
#part_entry_disk ⇒ Object
Returns the value of attribute part_entry_disk
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def part_entry_disk @part_entry_disk end |
#part_entry_number ⇒ Object
Returns the value of attribute part_entry_number
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def part_entry_number @part_entry_number end |
#part_entry_offset ⇒ Object
Returns the value of attribute part_entry_offset
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def part_entry_offset @part_entry_offset end |
#part_entry_scheme ⇒ Object
Returns the value of attribute part_entry_scheme
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def part_entry_scheme @part_entry_scheme end |
#part_entry_size ⇒ Object
Returns the value of attribute part_entry_size
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def part_entry_size @part_entry_size end |
#part_entry_type ⇒ Object
Returns the value of attribute part_entry_type
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def part_entry_type @part_entry_type end |
#part_entry_uuid ⇒ Object
Returns the value of attribute part_entry_uuid
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def part_entry_uuid @part_entry_uuid end |
#part_uuid ⇒ Object
Returns the value of attribute part_uuid
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def part_uuid @part_uuid end |
#physical_sector_size ⇒ Object
Returns the value of attribute physical_sector_size
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def physical_sector_size @physical_sector_size end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def type @type end |
#usage ⇒ Object
Returns the value of attribute usage
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def usage @usage end |
#uuid ⇒ Object
Returns the value of attribute uuid
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def uuid @uuid end |
#uuid_sub ⇒ Object
Returns the value of attribute uuid_sub
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def uuid_sub @uuid_sub end |
#version ⇒ Object
Returns the value of attribute version
13 14 15 |
# File 'lib/kanrisuru/core/disk/types.rb', line 13 def version @version end |