Class: MIFARE::DESFire::FILE_SETTING

Inherits:
Struct
  • Object
show all
Defined in:
lib/mifare/des_fire.rb

Instance Attribute Summary collapse

Instance Attribute Details

#communicationObject

Returns the value of attribute communication

Returns:

  • (Object)

    the current value of communication



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def communication
  @communication
end

#current_record_numberObject

Returns the value of attribute current_record_number

Returns:

  • (Object)

    the current value of current_record_number



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def current_record_number
  @current_record_number
end

#limited_creditObject

Returns the value of attribute limited_credit

Returns:

  • (Object)

    the current value of limited_credit



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def limited_credit
  @limited_credit
end

#limited_credit_valueObject

Returns the value of attribute limited_credit_value

Returns:

  • (Object)

    the current value of limited_credit_value



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def limited_credit_value
  @limited_credit_value
end

#lower_limitObject

Returns the value of attribute lower_limit

Returns:

  • (Object)

    the current value of lower_limit



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def lower_limit
  @lower_limit
end

#max_record_numberObject

Returns the value of attribute max_record_number

Returns:

  • (Object)

    the current value of max_record_number



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def max_record_number
  @max_record_number
end

#permissionObject

Returns the value of attribute permission

Returns:

  • (Object)

    the current value of permission



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def permission
  @permission
end

#record_sizeObject

Returns the value of attribute record_size

Returns:

  • (Object)

    the current value of record_size



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def record_size
  @record_size
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def type
  @type
end

#upper_limitObject

Returns the value of attribute upper_limit

Returns:

  • (Object)

    the current value of upper_limit



141
142
143
# File 'lib/mifare/des_fire.rb', line 141

def upper_limit
  @upper_limit
end