Method: Jinx::IdAlias#identifier

Defined in:
lib/jinx/metadata/id_alias.rb

#identifierInteger

Returns the identifier. This method delegates to the Java id attribute reader method.

Returns:

  • (Integer)

    the identifier value



11
12
13
# File 'lib/jinx/metadata/id_alias.rb', line 11

def identifier
  getId
end