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



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



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



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



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

def storage_size
  @storage_size
end

#subtypeObject

Returns the value of attribute subtype



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

def subtype
  @subtype
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end

#vendor_idObject

Returns the value of attribute vendor_id



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

def vendor_id
  @vendor_id
end