Class: Kanrisuru::Core::Disk::LsblkDevice

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/disk/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def children
  @children
end

#fs_typeObject

Returns the value of attribute fs_type

Returns:

  • (Object)

    the current value of fs_type



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def fs_type
  @fs_type
end

#fsizeObject

Returns the value of attribute fsize

Returns:

  • (Object)

    the current value of fsize



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def fsize
  @fsize
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def group
  @group
end

#maj_devObject

Returns the value of attribute maj_dev

Returns:

  • (Object)

    the current value of maj_dev



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def maj_dev
  @maj_dev
end

#min_devObject

Returns the value of attribute min_dev

Returns:

  • (Object)

    the current value of min_dev



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def min_dev
  @min_dev
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def mode
  @mode
end

#mount_pointObject

Returns the value of attribute mount_point

Returns:

  • (Object)

    the current value of mount_point



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def mount_point
  @mount_point
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def name
  @name
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def owner
  @owner
end

#readonly_deviceObject

Returns the value of attribute readonly_device

Returns:

  • (Object)

    the current value of readonly_device



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def readonly_device
  @readonly_device
end

#removable_deviceObject

Returns the value of attribute removable_device

Returns:

  • (Object)

    the current value of removable_device



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def removable_device
  @removable_device
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def type
  @type
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



8
9
10
# File 'lib/kanrisuru/core/disk/types.rb', line 8

def uuid
  @uuid
end