Method: APISpec::Message#example_file

Defined in:
lib/apispec/message.rb

#example_file(format, path) ⇒ Object



36
37
38
# File 'lib/apispec/message.rb', line 36

def example_file(format, path)
  @example = [format, path]
end