Class: Expo::Push::Middleware::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/expo-push-middleware.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_urlObject

Returns the value of attribute api_url

Returns:

  • (Object)

    the current value of api_url



11
12
13
# File 'lib/expo-push-middleware.rb', line 11

def api_url
  @api_url
end

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



11
12
13
# File 'lib/expo-push-middleware.rb', line 11

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret

Returns:

  • (Object)

    the current value of client_secret



11
12
13
# File 'lib/expo-push-middleware.rb', line 11

def client_secret
  @client_secret
end