Method: Postmen::Label.all

Defined in:
lib/postmen/label.rb

.all(options = {}) ⇒ LabelCollection

Returns all labels

Returns:

See Also:



17
18
19
# File 'lib/postmen/label.rb', line 17

def self.all(options = {})
  LabelCollection.all(options)
end