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



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

def communication
  @communication
end

#current_record_numberObject

Returns the value of attribute current_record_number

Returns:

  • (Object)

    the current value of current_record_number



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

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



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

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



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

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



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

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



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

def max_record_number
  @max_record_number
end

#permissionObject

Returns the value of attribute permission

Returns:

  • (Object)

    the current value of permission



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

def permission
  @permission
end

#record_sizeObject

Returns the value of attribute record_size

Returns:

  • (Object)

    the current value of record_size



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

def record_size
  @record_size
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

def type
  @type
end

#upper_limitObject

Returns the value of attribute upper_limit

Returns:

  • (Object)

    the current value of upper_limit



135
136
137
# File 'lib/mifare/des_fire.rb', line 135

def upper_limit
  @upper_limit
end