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