Module: Layer::Operations::Find
- Included in:
- Content, Conversation, Message, Webhook
- Defined in:
- lib/layer/operations/find.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#reload ⇒ Layer::Resource
Reloads the resource.
Instance Method Details
#reload ⇒ Layer::Resource
Reloads the resource
28 29 30 31 |
# File 'lib/layer/operations/find.rb', line 28 def reload self.attributes = client.get(url) self end |