Class: Snm::Fcm::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/snm/fcm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#credentails_file_pathObject

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_idObject

Returns the value of attribute project_id.



14
15
16
# File 'lib/snm/fcm.rb', line 14

def project_id
  @project_id
end

#redis_endpointObject

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_redisObject

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