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
32 33 34 |
# File 'lib/user/config/attributes.rb', line 32 def get_attributes return @client.raw("get", "/config/attributes") end |