Method: RTPush::PresenceValidator#initialize

Defined in:
lib/rtpush/adapters/base_adapter.rb

#initialize(*attributes) ⇒ PresenceValidator

Returns a new instance of PresenceValidator.

[View source]

36
37
38
# File 'lib/rtpush/adapters/base_adapter.rb', line 36

def initialize(*attributes)
  @attributes = attributes
end