Class: Mifare::DESFire::CARD_VERSION
- Inherits:
-
Struct
- Object
- Struct
- Mifare::DESFire::CARD_VERSION
- Defined in:
- lib/mifare/des_fire.rb
Instance Attribute Summary collapse
-
#batch_number ⇒ Object
Returns the value of attribute batch_number.
-
#hw_major_ver ⇒ Object
Returns the value of attribute hw_major_ver.
-
#hw_minor_ver ⇒ Object
Returns the value of attribute hw_minor_ver.
-
#hw_protocol ⇒ Object
Returns the value of attribute hw_protocol.
-
#hw_storage_size ⇒ Object
Returns the value of attribute hw_storage_size.
-
#hw_subtype ⇒ Object
Returns the value of attribute hw_subtype.
-
#hw_type ⇒ Object
Returns the value of attribute hw_type.
-
#hw_vendor ⇒ Object
Returns the value of attribute hw_vendor.
-
#production_week ⇒ Object
Returns the value of attribute production_week.
-
#production_year ⇒ Object
Returns the value of attribute production_year.
-
#sw_major_ver ⇒ Object
Returns the value of attribute sw_major_ver.
-
#sw_minor_ver ⇒ Object
Returns the value of attribute sw_minor_ver.
-
#sw_protocol ⇒ Object
Returns the value of attribute sw_protocol.
-
#sw_storage_size ⇒ Object
Returns the value of attribute sw_storage_size.
-
#sw_subtype ⇒ Object
Returns the value of attribute sw_subtype.
-
#sw_type ⇒ Object
Returns the value of attribute sw_type.
-
#sw_vendor ⇒ Object
Returns the value of attribute sw_vendor.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Attribute Details
#batch_number ⇒ Object
Returns the value of attribute batch_number
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def batch_number @batch_number end |
#hw_major_ver ⇒ Object
Returns the value of attribute hw_major_ver
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def hw_major_ver @hw_major_ver end |
#hw_minor_ver ⇒ Object
Returns the value of attribute hw_minor_ver
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def hw_minor_ver @hw_minor_ver end |
#hw_protocol ⇒ Object
Returns the value of attribute hw_protocol
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def hw_protocol @hw_protocol end |
#hw_storage_size ⇒ Object
Returns the value of attribute hw_storage_size
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def hw_storage_size @hw_storage_size end |
#hw_subtype ⇒ Object
Returns the value of attribute hw_subtype
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def hw_subtype @hw_subtype end |
#hw_type ⇒ Object
Returns the value of attribute hw_type
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def hw_type @hw_type end |
#hw_vendor ⇒ Object
Returns the value of attribute hw_vendor
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def hw_vendor @hw_vendor end |
#production_week ⇒ Object
Returns the value of attribute production_week
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def production_week @production_week end |
#production_year ⇒ Object
Returns the value of attribute production_year
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def production_year @production_year end |
#sw_major_ver ⇒ Object
Returns the value of attribute sw_major_ver
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def sw_major_ver @sw_major_ver end |
#sw_minor_ver ⇒ Object
Returns the value of attribute sw_minor_ver
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def sw_minor_ver @sw_minor_ver end |
#sw_protocol ⇒ Object
Returns the value of attribute sw_protocol
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def sw_protocol @sw_protocol end |
#sw_storage_size ⇒ Object
Returns the value of attribute sw_storage_size
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def sw_storage_size @sw_storage_size end |
#sw_subtype ⇒ Object
Returns the value of attribute sw_subtype
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def sw_subtype @sw_subtype end |
#sw_type ⇒ Object
Returns the value of attribute sw_type
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def sw_type @sw_type end |
#sw_vendor ⇒ Object
Returns the value of attribute sw_vendor
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def sw_vendor @sw_vendor end |
#uid ⇒ Object
Returns the value of attribute uid
152 153 154 |
# File 'lib/mifare/des_fire.rb', line 152 def uid @uid end |