Class: KSequencing::Client
- Inherits:
-
Object
- Object
- KSequencing::Client
- Defined in:
- lib/k_sequencing/client.rb
Instance Method Summary collapse
- #create_choices(options = {}) ⇒ Object
- #create_image_closed_questions(options = {}) ⇒ Object
- #create_messages(options = {}) ⇒ Object
- #create_photo_tags(options = {}) ⇒ Object
Instance Method Details
#create_choices(options = {}) ⇒ Object
5 6 7 |
# File 'lib/k_sequencing/client.rb', line 5 def create_choices( = {}) connection.post("/api/images/choices", ) end |
#create_image_closed_questions(options = {}) ⇒ Object
9 10 11 |
# File 'lib/k_sequencing/client.rb', line 9 def create_image_closed_questions( = {}) connection.post("/api/images/closed_questions", ) end |
#create_messages(options = {}) ⇒ Object
13 14 15 |
# File 'lib/k_sequencing/client.rb', line 13 def ( = {}) connection.post("/api/images/messages", ) end |
#create_photo_tags(options = {}) ⇒ Object
17 18 19 |
# File 'lib/k_sequencing/client.rb', line 17 def ( = {}) connection.post("/api/images/photo_tags", ) end |