Class: Veeqo::DeliveryMethod
- Includes:
- Actions::Base
- Defined in:
- lib/veeqo/delivery_method.rb
Instance Method Summary collapse
Methods included from Actions::Delete
Methods included from Actions::Find
Methods included from Actions::List
Methods inherited from Base
Instance Method Details
#create(name:) ⇒ Object
5 6 7 |
# File 'lib/veeqo/delivery_method.rb', line 5 def create(name:) create_resource(name: name) end |
#update(delivery_method_id, name:) ⇒ Object
9 10 11 |
# File 'lib/veeqo/delivery_method.rb', line 9 def update(delivery_method_id, name:) update_resource(delivery_method_id, name: name) end |