Class: AuthRocket::MailingListProvider

Inherits:
Resource
  • Object
show all
Defined in:
lib/authrocket/mailing_list_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_endpointObject (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_accountObject (readonly)

Returns the value of attribute provider_account.



8
9
10
# File 'lib/authrocket/mailing_list_provider.rb', line 8

def 
  @provider_account
end

#provider_nameObject (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_typeObject (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

#stateObject (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_idsObject (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