class Veeqo::Store
Public Instance Methods
create(name:, type_code:)
click to toggle source
# File lib/veeqo/store.rb, line 5 def create(name:, type_code:) create_resource(name: name, type_code: type_code) end
update(store_id, attributes)
click to toggle source
# File lib/veeqo/store.rb, line 9 def update(store_id, attributes) update_resource(store_id, attributes) end
Private Instance Methods
end_point()
click to toggle source
# File lib/veeqo/store.rb, line 15 def end_point "channels" end