Class: Cloudflair::SortQueryStringForCache
- Inherits:
-
Object
- Object
- Cloudflair::SortQueryStringForCache
- Includes:
- Entity
- Defined in:
- lib/cloudflair/api/zone/settings/sort_query_string_for_cache.rb
Instance Attribute Summary collapse
-
#zone_id ⇒ Object
readonly
Returns the value of attribute zone_id.
Instance Method Summary collapse
-
#initialize(zone_id) ⇒ SortQueryStringForCache
constructor
A new instance of SortQueryStringForCache.
- #value ⇒ Object
Methods included from Entity
#data=, #delete, included, #method_missing, #patch, #reload, #respond_to_missing?, #revert, #update
Methods included from Communication
#connection, #hash_to_object, #response
Constructor Details
#initialize(zone_id) ⇒ SortQueryStringForCache
Returns a new instance of SortQueryStringForCache.
11 12 13 |
# File 'lib/cloudflair/api/zone/settings/sort_query_string_for_cache.rb', line 11 def initialize(zone_id) @zone_id = zone_id end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Cloudflair::Entity
Instance Attribute Details
#zone_id ⇒ Object (readonly)
Returns the value of attribute zone_id.
7 8 9 |
# File 'lib/cloudflair/api/zone/settings/sort_query_string_for_cache.rb', line 7 def zone_id @zone_id end |
Instance Method Details
#value ⇒ Object
15 16 17 |
# File 'lib/cloudflair/api/zone/settings/sort_query_string_for_cache.rb', line 15 def value _raw_data! end |