Class: USPSFlags::Helpers
- Inherits:
-
Object
- Object
- USPSFlags::Helpers
- Defined in:
- lib/usps_flags/helpers.rb
Overview
Container class for helper methods.
Class Method Summary collapse
-
.valid_flags(type = :all) ⇒ Array
Valid options for flag generation.
Class Method Details
.valid_flags(type = :all) ⇒ Array
Valid options for flag generation.
16 17 18 19 |
# File 'lib/usps_flags/helpers.rb', line 16 def valid_flags(type = :all) load_valid_flags valid_flags_for(type) end |