Class: Rbeapi::Api::Aaa
Instance Attribute Summary
Attributes inherited from Entity
Instance Method Summary collapse
Methods inherited from Entity
#configure, #get_block, #initialize, instance
Constructor Details
This class inherits a constructor from Rbeapi::Api::Entity
Instance Method Details
#get ⇒ Object
42 43 44 45 46 |
# File 'lib/rbeapi/api/aaa.rb', line 42 def get response = {} response[:groups] = groups.getall response end |