Class: Snm::Fcm::Configuration
- Inherits:
-
Object
- Object
- Snm::Fcm::Configuration
- Defined in:
- lib/snm/fcm.rb
Instance Attribute Summary collapse
-
#credentails_file_path ⇒ Object
Returns the value of attribute credentails_file_path.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
-
#redis_endpoint ⇒ Object
Returns the value of attribute redis_endpoint.
-
#snm_fcm_redis ⇒ Object
Returns the value of attribute snm_fcm_redis.
Instance Attribute Details
#credentails_file_path ⇒ Object
Returns the value of attribute credentails_file_path.
14 15 16 |
# File 'lib/snm/fcm.rb', line 14 def credentails_file_path @credentails_file_path end |
#project_id ⇒ Object
Returns the value of attribute project_id.
14 15 16 |
# File 'lib/snm/fcm.rb', line 14 def project_id @project_id end |
#redis_endpoint ⇒ Object
Returns the value of attribute redis_endpoint.
14 15 16 |
# File 'lib/snm/fcm.rb', line 14 def redis_endpoint @redis_endpoint end |
#snm_fcm_redis ⇒ Object
Returns the value of attribute snm_fcm_redis.
14 15 16 |
# File 'lib/snm/fcm.rb', line 14 def snm_fcm_redis @snm_fcm_redis end |