Class: Kanrisuru::Core::Dmi::PortableBattery
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::PortableBattery
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 22: Portable Battery
Instance Attribute Summary collapse
-
#chemistry ⇒ Object
Returns the value of attribute chemistry.
-
#design_capacity ⇒ Object
Returns the value of attribute design_capacity.
-
#design_voltage ⇒ Object
Returns the value of attribute design_voltage.
-
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle.
-
#dmi_size ⇒ Object
Returns the value of attribute dmi_size.
-
#dmi_type ⇒ Object
Returns the value of attribute dmi_type.
-
#location ⇒ Object
Returns the value of attribute location.
-
#manufacture_date ⇒ Object
Returns the value of attribute manufacture_date.
-
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
-
#maximum_error ⇒ Object
Returns the value of attribute maximum_error.
-
#name ⇒ Object
Returns the value of attribute name.
-
#oem_specific_information ⇒ Object
Returns the value of attribute oem_specific_information.
-
#sbds_chemistry ⇒ Object
Returns the value of attribute sbds_chemistry.
-
#sbds_manufacturer_date ⇒ Object
Returns the value of attribute sbds_manufacturer_date.
-
#sbds_serial_number ⇒ Object
Returns the value of attribute sbds_serial_number.
-
#sbds_version ⇒ Object
Returns the value of attribute sbds_version.
-
#serial_number ⇒ Object
Returns the value of attribute serial_number.
Instance Attribute Details
#chemistry ⇒ Object
Returns the value of attribute chemistry
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def chemistry @chemistry end |
#design_capacity ⇒ Object
Returns the value of attribute design_capacity
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def design_capacity @design_capacity end |
#design_voltage ⇒ Object
Returns the value of attribute design_voltage
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def design_voltage @design_voltage end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def dmi_type @dmi_type end |
#location ⇒ Object
Returns the value of attribute location
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def location @location end |
#manufacture_date ⇒ Object
Returns the value of attribute manufacture_date
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def manufacture_date @manufacture_date end |
#manufacturer ⇒ Object
Returns the value of attribute manufacturer
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def manufacturer @manufacturer end |
#maximum_error ⇒ Object
Returns the value of attribute maximum_error
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def maximum_error @maximum_error end |
#name ⇒ Object
Returns the value of attribute name
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def name @name end |
#oem_specific_information ⇒ Object
Returns the value of attribute oem_specific_information
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def oem_specific_information @oem_specific_information end |
#sbds_chemistry ⇒ Object
Returns the value of attribute sbds_chemistry
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def sbds_chemistry @sbds_chemistry end |
#sbds_manufacturer_date ⇒ Object
Returns the value of attribute sbds_manufacturer_date
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def sbds_manufacturer_date @sbds_manufacturer_date end |
#sbds_serial_number ⇒ Object
Returns the value of attribute sbds_serial_number
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def sbds_serial_number @sbds_serial_number end |
#sbds_version ⇒ Object
Returns the value of attribute sbds_version
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def sbds_version @sbds_version end |
#serial_number ⇒ Object
Returns the value of attribute serial_number
179 180 181 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 179 def serial_number @serial_number end |