Module: PublicAttributes

Included in:
PublicConfig
Defined in:
lib/pub/config/attributes.rb

Instance Method Summary collapse

Instance Method Details

#get_attributesObject

Get Attributes.

Get a collection of attributes.

Example

@data = @mints_pub.get_attributes


10
11
12
# File 'lib/pub/config/attributes.rb', line 10

def get_attributes
  @client.raw('get', '/config/attributes')
end