module ActiveEncode::GlobalID
Public Instance Methods
==(other)
click to toggle source
# File lib/active_encode/global_id.rb, line 9 def ==(other) other.is_a?(ActiveEncode::Base) && to_global_id == other.to_global_id end
to_global_id(_options = {})
click to toggle source
Calls superclass method
# File lib/active_encode/global_id.rb, line 13 def to_global_id(_options = {}) super(app: 'ActiveEncode') end