Module: PublicAttributes
- Included in:
- PublicConfig
- Defined in:
- lib/pub/config/attributes.rb
Instance Method Summary collapse
-
#get_attributes ⇒ Object
Get Attributes.
Instance Method Details
#get_attributes ⇒ Object
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 |