Class: CircleSo::Resources::Community
- Defined in:
- lib/circle_so/resources/community.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from CircleSo::Resources::Base
Instance Method Details
#show ⇒ Object
6 |
# File 'lib/circle_so/resources/community.rb', line 6 def show = client.get("/community") |
#update(**attrs) ⇒ Object
7 |
# File 'lib/circle_so/resources/community.rb', line 7 def update(**attrs) = client.put("/community", attrs) |