Module: SBF::Client::Province
- Defined in:
- lib/stbaldricks/enums/province.rb
Constant Summary collapse
- ALBERTA =
'Alberta'- BRITISH_COLUMBIA =
'British Columbia'- MANITOBA =
'Manitoba'- NEW_BRUNSWICK =
'New Brunswick'- NEWFOUNDLAND =
'Newfoundland and Labrador'- NORTHWEST_TERRITORIES =
'Northwest Territories'- NOVA_SCOTIA =
'Nova Scotia'- NUNAVUT =
'Nunavut'- ONTARIO =
'Ontario'- PRINCE_EDWARD_ISLAND =
'Prince Edward Island'- QUEBEC =
'Quebec'- SASKATCHEWAN =
'Saskatchewan'- YUKON =
'Yukon'
Class Attribute Summary collapse
-
.list ⇒ Object
readonly
Returns the value of attribute list.
Class Attribute Details
.list ⇒ Object (readonly)
Returns the value of attribute list.
37 38 39 |
# File 'lib/stbaldricks/enums/province.rb', line 37 def list @list end |