Class: ApiExplorer::DescriptionProxy

Inherits:
GroupProxy show all
Defined in:
lib/api_explorer/dsl/description_proxy.rb

Instance Attribute Summary

Attributes inherited from BaseProxy

#obj

Instance Method Summary collapse

Methods inherited from GroupProxy

#delete, #get, #group, #patch, #path, #post, #put, #request, #shared

Methods inherited from BaseProxy

#collect, #initialize

Constructor Details

This class inherits a constructor from ApiExplorer::BaseProxy

Instance Method Details

#base_url(url) ⇒ Object



3
4
5
# File 'lib/api_explorer/dsl/description_proxy.rb', line 3

def base_url(url)
  path url
end