Class: CircleSo::Resources::Community

Inherits:
Base
  • Object
show all
Defined in:
lib/circle_so/resources/community.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from CircleSo::Resources::Base

Instance Method Details

#showObject



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)