Class: PushIo::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/push_io/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_guidObject

Returns the value of attribute app_guid.



4
5
6
# File 'lib/push_io/configuration.rb', line 4

def app_guid
  @app_guid
end

#endpoint_urlObject



8
9
10
# File 'lib/push_io/configuration.rb', line 8

def endpoint_url
  @endpoint_url || PushIo::ENDPOINT_URL
end

#sender_secretObject

Returns the value of attribute sender_secret.



5
6
7
# File 'lib/push_io/configuration.rb', line 5

def sender_secret
  @sender_secret
end