Class: TentD::API::Followers::GetCount
- Inherits:
-
Middleware
- Object
- Middleware
- TentD::API::Followers::GetCount
- Defined in:
- lib/tentd/api/followers.rb
Instance Method Summary collapse
Methods inherited from Middleware
Methods included from Authorizable
#authorize_env!, #authorize_env?
Constructor Details
This class inherits a constructor from TentD::API::Middleware
Instance Method Details
#action(env) ⇒ Object
124 125 126 127 |
# File 'lib/tentd/api/followers.rb', line 124 def action(env) env.params.return_count = true env end |