class MC2P::DetailOnlyResourceMixin
Allows send requests of detail
Public Instance Methods
detail(resource_id)
click to toggle source
Params:
resource_id
-
id to request
Returns: an object item class with the response of the server
# File lib/mixins.rb, line 244 def detail(resource_id) _one_item('get', nil, resource_id) end