Method: Megar::Connection#api_endpoint=
- Defined in:
- lib/megar/connection.rb
#api_endpoint=(value) ⇒ Object
Set the API endpoint url to value (String)
39 40 41 |
# File 'lib/megar/connection.rb', line 39 def api_endpoint=(value) @api_endpoint = value end |