Method: Conreality::Binary#id

Defined in:
lib/conreality/binary.rb

#idInteger (readonly)

The binary’s sequential identifier.

Returns:

  • (Integer)


14
15
16
# File 'lib/conreality/binary.rb', line 14

def id
  @id
end