Method: Mints::Pub#get_attributes

Defined in:
lib/pub.rb

#get_attributes(options = nil) ⇒ Object

Get Attributes.

Get a collection of attributes.

Parameters



295
296
297
# File 'lib/pub.rb', line 295

def get_attributes(options = nil)
  return @client.raw("get", "/config/attributes", options)
end