Class: Kanrisuru::Core::Disk::DiskFree

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

Instance Attribute Summary collapse

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity

Returns:

  • (Object)

    the current value of capacity



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

def capacity
  @capacity
end

#file_systemObject

Returns the value of attribute file_system

Returns:

  • (Object)

    the current value of file_system



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

def file_system
  @file_system
end

#mountObject

Returns the value of attribute mount

Returns:

  • (Object)

    the current value of mount



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

def mount
  @mount
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



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

def total
  @total
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#usedObject

Returns the value of attribute used

Returns:

  • (Object)

    the current value of used



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

def used
  @used
end