Class: Mifare::DESFire::FILE_SETTING
- Inherits:
-
Struct
- Object
- Struct
- Mifare::DESFire::FILE_SETTING
- Defined in:
- lib/mifare/des_fire.rb
Instance Attribute Summary collapse
-
#communication ⇒ Object
Returns the value of attribute communication.
-
#current_record_number ⇒ Object
Returns the value of attribute current_record_number.
-
#limited_credit ⇒ Object
Returns the value of attribute limited_credit.
-
#limited_credit_value ⇒ Object
Returns the value of attribute limited_credit_value.
-
#lower_limit ⇒ Object
Returns the value of attribute lower_limit.
-
#max_record_number ⇒ Object
Returns the value of attribute max_record_number.
-
#permission ⇒ Object
Returns the value of attribute permission.
-
#record_size ⇒ Object
Returns the value of attribute record_size.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
-
#upper_limit ⇒ Object
Returns the value of attribute upper_limit.
Instance Attribute Details
#communication ⇒ Object
Returns the value of attribute communication
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def communication @communication end |
#current_record_number ⇒ Object
Returns the value of attribute current_record_number
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def current_record_number @current_record_number end |
#limited_credit ⇒ Object
Returns the value of attribute limited_credit
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def limited_credit @limited_credit end |
#limited_credit_value ⇒ Object
Returns the value of attribute limited_credit_value
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def limited_credit_value @limited_credit_value end |
#lower_limit ⇒ Object
Returns the value of attribute lower_limit
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def lower_limit @lower_limit end |
#max_record_number ⇒ Object
Returns the value of attribute max_record_number
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def max_record_number @max_record_number end |
#permission ⇒ Object
Returns the value of attribute permission
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def @permission end |
#record_size ⇒ Object
Returns the value of attribute record_size
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def record_size @record_size end |
#size ⇒ Object
Returns the value of attribute size
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def size @size end |
#type ⇒ Object
Returns the value of attribute type
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def type @type end |
#upper_limit ⇒ Object
Returns the value of attribute upper_limit
135 136 137 |
# File 'lib/mifare/des_fire.rb', line 135 def upper_limit @upper_limit end |