Module: Intelipost::FluentInterface::ClassMethods

Defined in:
lib/intelipost/fluent_interface.rb

Instance Method Summary collapse

Instance Method Details

#set_endpoint(endpoint) ⇒ Object



31
32
33
34
35
# File 'lib/intelipost/fluent_interface.rb', line 31

def set_endpoint endpoint
  define_method :endpoint do
    endpoint
  end
end