Class: Algolia::Monitoring::Region
- Inherits:
-
Object
- Object
- Algolia::Monitoring::Region
- Defined in:
- lib/algolia/models/monitoring/region.rb
Constant Summary collapse
- AU =
"au".freeze
- BR =
"br".freeze
- CA =
"ca".freeze
- DE =
"de".freeze
- EU =
"eu".freeze
- HK =
"hk".freeze
- IN =
"in".freeze
- JP =
"jp".freeze
- SG =
"sg".freeze
- UAE =
"uae".freeze
- UK =
"uk".freeze
- USC =
"usc".freeze
- USE =
"use".freeze
- USW =
"usw".freeze
- ZA =
"za".freeze
Class Method Summary collapse
- .all_vars ⇒ Object
-
.build_from_hash(value) ⇒ String
Builds the enum from string.
Instance Method Summary collapse
-
#build_from_hash(value) ⇒ String
Builds the enum from string.
Class Method Details
.all_vars ⇒ Object
25 26 27 |
# File 'lib/algolia/models/monitoring/region.rb', line 25 def self.all_vars @all_vars ||= [AU, BR, CA, DE, EU, HK, IN, JP, SG, UAE, UK, USC, USE, USW, ZA].freeze end |
.build_from_hash(value) ⇒ String
Builds the enum from string
32 33 34 |
# File 'lib/algolia/models/monitoring/region.rb', line 32 def self.build_from_hash(value) new.build_from_hash(value) end |