Class: Cloudflare::Purge::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/cloudflare/purge/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_keyObject

Returns the value of attribute auth_key.



4
5
6
# File 'lib/cloudflare/purge/configuration.rb', line 4

def auth_key
  @auth_key
end

#emailObject

Returns the value of attribute email.



4
5
6
# File 'lib/cloudflare/purge/configuration.rb', line 4

def email
  @email
end

#zone_idObject

Returns the value of attribute zone_id.



4
5
6
# File 'lib/cloudflare/purge/configuration.rb', line 4

def zone_id
  @zone_id
end