module AirbnbApi::APIOperations::Create

Public Instance Methods

create(attributes) click to toggle source
# File lib/airbnb_api/api_operations/create.rb, line 4
def create(attributes)
  build @client.post(self.class.path.to_s, attributes.to_json)
end