Class: AuthRocket::MailingListProvider
- Inherits:
-
Resource
- Object
- Resource
- AuthRocket::MailingListProvider
- Defined in:
- lib/authrocket/mailing_list_provider.rb
Instance Attribute Summary collapse
-
#api_endpoint ⇒ Object
readonly
Returns the value of attribute api_endpoint.
-
#provider_account ⇒ Object
readonly
Returns the value of attribute provider_account.
-
#provider_name ⇒ Object
readonly
Returns the value of attribute provider_name.
-
#provider_type ⇒ Object
readonly
Returns the value of attribute provider_type.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#valid_list_ids ⇒ Object
readonly
Returns the value of attribute valid_list_ids.
Instance Attribute Details
#api_endpoint ⇒ Object (readonly)
Returns the value of attribute api_endpoint.
8 9 10 |
# File 'lib/authrocket/mailing_list_provider.rb', line 8 def api_endpoint @api_endpoint end |
#provider_account ⇒ Object (readonly)
Returns the value of attribute provider_account.
8 9 10 |
# File 'lib/authrocket/mailing_list_provider.rb', line 8 def provider_account @provider_account end |
#provider_name ⇒ Object (readonly)
Returns the value of attribute provider_name.
7 8 9 |
# File 'lib/authrocket/mailing_list_provider.rb', line 7 def provider_name @provider_name end |
#provider_type ⇒ Object (readonly)
Returns the value of attribute provider_type.
7 8 9 |
# File 'lib/authrocket/mailing_list_provider.rb', line 7 def provider_type @provider_type end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
7 8 9 |
# File 'lib/authrocket/mailing_list_provider.rb', line 7 def state @state end |
#valid_list_ids ⇒ Object (readonly)
Returns the value of attribute valid_list_ids.
8 9 10 |
# File 'lib/authrocket/mailing_list_provider.rb', line 8 def valid_list_ids @valid_list_ids end |