class Srcom::Api::Regions
- Srcom::Api::Regions
- Reference
- Object
Defined in:
srcr/apis/regions.crConstant Summary
-
Log =
Srcom::Log.for("regions")
Class Method Summary
-
.find_by_id(id : String) : Srcom::Region
Gets a
Region
by their id. -
.get(sort_direction : String? = nil, page_size : Int32 = 200) : PageIterator(Region)
Gets all regions.
Class Method Detail
Gets all regions.
Possible values for sort_direction: "desc" or "asc", with "asc" being the default.