class Attentive::Tokens::Invocation

Public Instance Methods

==(other) click to toggle source

All invocations are equal

# File lib/attentive/tokens/invocation.rb, line 8
def ==(other)
  self.class == other.class
end
skippable?() click to toggle source
# File lib/attentive/tokens/invocation.rb, line 12
def skippable?
  true
end