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

#availableObject

Returns the value of attribute available



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

def available
  @available
end

#capacityObject

Returns the value of attribute 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



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



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

def mount
  @mount
end

#totalObject

Returns the value of attribute total



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

def total
  @total
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end

#usedObject

Returns the value of attribute used



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

def used
  @used
end