class MC2P::CreateResourceMixin

Allows send requests of create

Public Instance Methods

create(data) click to toggle source

Params:

data

data used on the request

Returns: an object item class with the response of the server

# File lib/mixins.rb, line 272
def create(data)
  _one_item('post',
            data)
end