Method: Mints::Pub#get_attributes
- Defined in:
- lib/pub.rb
#get_attributes(options = nil) ⇒ Object
Get Attributes.
Get a collection of attributes.
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
295 296 297 |
# File 'lib/pub.rb', line 295 def get_attributes( = nil) return @client.raw("get", "/config/attributes", ) end |