Class: Cloudflare::Purge::Configuration
- Inherits:
-
Object
- Object
- Cloudflare::Purge::Configuration
- Defined in:
- lib/cloudflare/purge/configuration.rb
Instance Attribute Summary collapse
-
#auth_key ⇒ Object
Returns the value of attribute auth_key.
-
#email ⇒ Object
Returns the value of attribute email.
-
#zone_id ⇒ Object
Returns the value of attribute zone_id.
Instance Attribute Details
#auth_key ⇒ Object
Returns the value of attribute auth_key.
4 5 6 |
# File 'lib/cloudflare/purge/configuration.rb', line 4 def auth_key @auth_key end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/cloudflare/purge/configuration.rb', line 4 def email @email end |
#zone_id ⇒ Object
Returns the value of attribute zone_id.
4 5 6 |
# File 'lib/cloudflare/purge/configuration.rb', line 4 def zone_id @zone_id end |