Module: Delphix::ClassMethods
- Defined in:
- lib/delphix/web_client.rb
Instance Method Summary collapse
-
#endpoint(value = nil) ⇒ Object
When present, lets you specify the api for the given client.
Instance Method Details
#endpoint(value = nil) ⇒ Object
When present, lets you specify the api for the given client.
160 161 162 |
# File 'lib/delphix/web_client.rb', line 160 def endpoint(value = nil) define_method(:endpoint) { value } end |