Method: Postmen::Label.all
- Defined in:
- lib/postmen/label.rb
.all(options = {}) ⇒ LabelCollection
Returns all labels
17 18 19 |
# File 'lib/postmen/label.rb', line 17 def self.all( = {}) LabelCollection.all() end |
Returns all labels
17 18 19 |
# File 'lib/postmen/label.rb', line 17 def self.all( = {}) LabelCollection.all() end |