Module: RuneRb::Core::Identifiable
- Defined in:
- lib/rune/core/identifiable.rb
Overview
Instance Attribute Summary collapse
-
#identifier ⇒ String, ...
(also: #id, #signature)
readonly
The identifier of the object.
Instance Attribute Details
#identifier ⇒ String, ... (readonly) Also known as: id, signature
The identifier of the object.
4 5 6 |
# File 'lib/rune/core/identifiable.rb', line 4 def identifier @identifier end |