Class: MIFARE::Ultralight::CARD_VERSION

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

Instance Attribute Summary collapse

Instance Attribute Details

#major_verObject

Returns the value of attribute major_ver

Returns:

  • (Object)

    the current value of major_ver



17
18
19
# File 'lib/mifare/ultralight.rb', line 17

def major_ver
  @major_ver
end

#minor_verObject

Returns the value of attribute minor_ver

Returns:

  • (Object)

    the current value of minor_ver



17
18
19
# File 'lib/mifare/ultralight.rb', line 17

def minor_ver
  @minor_ver
end

#protocol_typeObject

Returns the value of attribute protocol_type

Returns:

  • (Object)

    the current value of protocol_type



17
18
19
# File 'lib/mifare/ultralight.rb', line 17

def protocol_type
  @protocol_type
end

#storage_sizeObject

Returns the value of attribute storage_size

Returns:

  • (Object)

    the current value of storage_size



17
18
19
# File 'lib/mifare/ultralight.rb', line 17

def storage_size
  @storage_size
end

#subtypeObject

Returns the value of attribute subtype

Returns:

  • (Object)

    the current value of subtype



17
18
19
# File 'lib/mifare/ultralight.rb', line 17

def subtype
  @subtype
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



17
18
19
# File 'lib/mifare/ultralight.rb', line 17

def type
  @type
end

#vendor_idObject

Returns the value of attribute vendor_id

Returns:

  • (Object)

    the current value of vendor_id



17
18
19
# File 'lib/mifare/ultralight.rb', line 17

def vendor_id
  @vendor_id
end