instance method as_json

Ruby on Rails 4.0.13

Since v4.0.13 Last seen in v4.0.13

Signature

as_json(options = nil)

No documentation comment.

Parameters

options opt = nil
Source
# File activesupport/lib/active_support/core_ext/object/to_json.rb, line 23
    def as_json(options = nil)
      { :exitstatus => exitstatus, :pid => pid }
    end

Defined in activesupport/lib/active_support/core_ext/object/to_json.rb line 23 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Process::Status

Type at least 2 characters to search.

↑↓ navigate · open · esc close