Class: Kanrisuru::Core::Dmi::BIOS

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

Overview

Type 0: BIOS Information

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



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

def address
  @address
end

#bios_revisionObject

Returns the value of attribute bios_revision

Returns:

  • (Object)

    the current value of bios_revision



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

def bios_revision
  @bios_revision
end

#characteristicsObject

Returns the value of attribute characteristics

Returns:

  • (Object)

    the current value of characteristics



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

def characteristics
  @characteristics
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



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

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



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

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



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

def dmi_type
  @dmi_type
end

#firmware_revisionObject

Returns the value of attribute firmware_revision

Returns:

  • (Object)

    the current value of firmware_revision



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

def firmware_revision
  @firmware_revision
end

#release_dateObject

Returns the value of attribute release_date

Returns:

  • (Object)

    the current value of release_date



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

def release_date
  @release_date
end

#rom_sizeObject

Returns the value of attribute rom_size

Returns:

  • (Object)

    the current value of rom_size



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

def rom_size
  @rom_size
end

#runtime_sizeObject

Returns the value of attribute runtime_size

Returns:

  • (Object)

    the current value of runtime_size



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

def runtime_size
  @runtime_size
end

#vendorObject

Returns the value of attribute vendor

Returns:

  • (Object)

    the current value of vendor



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

def vendor
  @vendor
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end