Module: Copy::Operations::Show::ClassMethods
- Defined in:
- lib/copy/operations/show.rb
Instance Method Summary collapse
-
#show(attributes = {}) ⇒ Copy::Base
Shows a given object.
Instance Method Details
#show(attributes = {}) ⇒ Copy::Base
Shows a given object
9 10 11 12 |
# File 'lib/copy/operations/show.rb', line 9 def show(attributes={}) response = Copy.request(:get, nil, api_member_url(attributes[:id], :show), {}, (attributes)) self.new(response) end |