class BeeswaxAPI::Endpoint
Public Class Methods
path(value)
click to toggle source
attr_reader :path
# File lib/beeswaxapi/endpoint.rb, line 10 def path(value) @path = value end
attr_reader :path
# File lib/beeswaxapi/endpoint.rb, line 10 def path(value) @path = value end