Module: Swagger::Shell::ApiGet

Defined in:
lib/swagger/shell/api_struct.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#get_api_infoObject

Returns the value of attribute get_api_info.



4
5
6
# File 'lib/swagger/shell/api_struct.rb', line 4

def get_api_info
  @get_api_info
end

Instance Method Details

#get(message = {}) ⇒ Object



5
6
7
# File 'lib/swagger/shell/api_struct.rb', line 5

def get(message = {})
  _get(api_url, message)
end