method
ssl_options
v2.3.8 -
Show latest stable
- Class:
ActiveResource::Base
ssl_options()public
Returns the SSL options hash.
# File activeresource/lib/active_resource/base.rb, line 374
def ssl_options
if defined?(@ssl_options)
@ssl_options
elsif superclass != Object && superclass.ssl_options
superclass.ssl_options
end
end Related methods
- Instance methods
- ==
- as_json
- clone
- destroy
- dup
- encode
- eql?
- exists?
- hash
- id
- id=
- load
- new?
- new_record?
- reload
- respond_to?
- save
- to_param
- to_xml
- Class methods
- collection_path
- connection
- create
- delete
- element_path
- exists?
- find
- format
- format=
- headers
- new
- password
- password=
- prefix
- prefix=
- prefix_source
- proxy
- proxy=
- site
- site=
- ssl_options
- ssl_options=
- timeout
- timeout=
- user
- user=
- Protected methods
-
collection_path -
connection -
create -
element_path -
id_from_response -
load_attributes_from_response -
update - Private methods
-
create_proxy_uri_from -
create_site_uri_from -
find_every -
find_one -
find_single -
instantiate_collection -
instantiate_record -
prefix_parameters -
query_string -
split_options -
find_or_create_resource_for -
find_or_create_resource_for_collection -
find_resource_in_modules -
method_missing -
split_options