Class: TurnKit::Adapters::Codex::Status
- Inherits:
-
Struct
- Object
- Struct
- TurnKit::Adapters::Codex::Status
- Defined in:
- lib/turnkit/adapters/codex.rb
Instance Attribute Summary collapse
-
#successful ⇒ Object
Returns the value of attribute successful.
Instance Method Summary collapse
Instance Attribute Details
#successful ⇒ Object
Returns the value of attribute successful
10 11 12 |
# File 'lib/turnkit/adapters/codex.rb', line 10 def successful @successful end |
Instance Method Details
#success? ⇒ Boolean
11 |
# File 'lib/turnkit/adapters/codex.rb', line 11 def success? = successful |