Sha256: 1f425b57f5cbb5784efc4fccebd2b518f666035df3fb346af029f4df7d8e9ae7

Contents?: true

Size: 578 Bytes

Versions: 8

Compression:

Stored size: 578 Bytes

Contents

- response = locals[:mock_response]

%div
  %label{:style => 'font-weight: bold'}
    endpoint:
  #{response.name}
  %br
  %label{:style => 'font-weight: bold'}
    required http method:
  #{response.request_spec.http_method}
  %br
  %label{:style => 'font-weight: bold'}
    required headers:
  #{response.request_spec.headers.to_hash}
  %br
  %label{:style => 'font-weight: bold'}
    required parameters:
  #{response.request_spec.parameters.to_hash}
  %br
  %label{:style => 'font-weight: bold'}
    required body content:
  #{response.request_spec.body_content}
  %br
  %br

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mirage-3.0.0.alpha.8 views/response.haml
mirage-3.0.0.alpha.7 views/response.haml
mirage-3.0.0.alpha.6 views/response.haml
mirage-3.0.0.alpha.5 views/response.haml
mirage-3.0.0.alpha.4 views/response.haml
mirage-3.0.0.alpha.3 views/response.haml
mirage-3.0.0.alpha.2 views/response.haml
mirage-3.0.0.alpha.1 views/response.haml