Method: Attributes#get_attributes
- Defined in:
- lib/user/config/attributes.rb
#get_attributes ⇒ Object
Get attributes.
Get a collection of attributes.
Example
@data = @mints_user.get_attributes
34 35 36 |
# File 'lib/user/config/attributes.rb', line 34 def get_attributes @client.raw('get', '/config/attributes') end |