Module: RuneRb::Core::Identifiable

Defined in:
lib/rune/core/identifiable.rb

Overview

Since:

  • 0.1.0

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString, ... (readonly) Also known as: id, signature

The identifier of the object.

Returns:

  • (String, Integer, Symbol)
    • The identifier of the object.

Since:

  • 0.1.0



4
5
6
# File 'lib/rune/core/identifiable.rb', line 4

def identifier
  @identifier
end