Method: Postmen::LabelCollection.all
- Defined in:
- lib/postmen/label_collection.rb
.all(options = {}) ⇒ Object
Fetch all labels.
16 17 18 |
# File 'lib/postmen/label_collection.rb', line 16 def self.all( = {}) new(Connection.new.get('/labels', LabelQuery.new().to_query).parsed_response) end |