Sha256: afffd50280ae09084bccd469e7de5171a742418c9ea1c1988ec2c84422f76438
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
module Veeqo class DeliveryMethod < Base include Veeqo::Actions::Base def create(name:) create_resource(name: name) end def update(delivery_method_id, name:) update_resource(delivery_method_id, name: name) end private def end_point "delivery_methods" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
veeqo-0.1.1 | lib/veeqo/delivery_method.rb |
veeqo-0.1.0 | lib/veeqo/delivery_method.rb |