Method: StubFile#as_json

Defined in:
app/models/stub_file.rb

#as_json(_opts = {}) ⇒ Object



33
34
35
36
37
38
39
# File 'app/models/stub_file.rb', line 33

def as_json(_opts = {})
  {
    path: @path,
    blob: @blob,
    patch: patch.body,
  }
end