Module: FreshService::Client::V2::Ticket::Create
- Included in:
- FreshService::Client
- Defined in:
- lib/fresh_service/client/v2/ticket/create.rb
Instance Method Summary collapse
-
#create_ticket(options = {}) ⇒ Object
Create a ticket.
Instance Method Details
#create_ticket(options = {}) ⇒ Object
Create a ticket
17 18 19 |
# File 'lib/fresh_service/client/v2/ticket/create.rb', line 17 def create_ticket( = {}) post "/tickets", end |