Class: Rails::Hyperdrive::ClaudeMdImport::Decision
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::ClaudeMdImport::Decision
- Defined in:
- lib/rails/hyperdrive/claude_md_import.rb
Overview
action is :none, :create, :append, :delete, or :rewrite; body is the file content for :create and :rewrite and the appended fragment for :append, nil otherwise.
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#body ⇒ Object
Returns the value of attribute body.
-
#state ⇒ Object
Returns the value of attribute state.
-
#warning ⇒ Object
Returns the value of attribute warning.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
22 23 24 |
# File 'lib/rails/hyperdrive/claude_md_import.rb', line 22 def action @action end |
#body ⇒ Object
Returns the value of attribute body
22 23 24 |
# File 'lib/rails/hyperdrive/claude_md_import.rb', line 22 def body @body end |
#state ⇒ Object
Returns the value of attribute state
22 23 24 |
# File 'lib/rails/hyperdrive/claude_md_import.rb', line 22 def state @state end |
#warning ⇒ Object
Returns the value of attribute warning
22 23 24 |
# File 'lib/rails/hyperdrive/claude_md_import.rb', line 22 def warning @warning end |