Method: Fog::OpenStack::Introspection::Mock#create_introspection
- Defined in:
- lib/fog/openstack/introspection/requests/create_introspection.rb
#create_introspection(_node_id, _options = {}) ⇒ Object
26 27 28 29 30 31 |
# File 'lib/fog/openstack/introspection/requests/create_introspection.rb', line 26 def create_introspection(_node_id, = {}) response = Excon::Response.new response.status = 202 response.body = "" response end |