Class: RubyLLM::Generators::Provider::Scaffold::Result
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Generators::Provider::Scaffold::Result
- Defined in:
- lib/generators/ruby_llm/provider/scaffold.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#updated ⇒ Object
Returns the value of attribute updated.
-
#written ⇒ Object
Returns the value of attribute written.
Instance Method Summary collapse
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
17 18 19 |
# File 'lib/generators/ruby_llm/provider/scaffold.rb', line 17 def actions @actions end |
#skipped ⇒ Object
Returns the value of attribute skipped
17 18 19 |
# File 'lib/generators/ruby_llm/provider/scaffold.rb', line 17 def skipped @skipped end |
#updated ⇒ Object
Returns the value of attribute updated
17 18 19 |
# File 'lib/generators/ruby_llm/provider/scaffold.rb', line 17 def updated @updated end |
#written ⇒ Object
Returns the value of attribute written
17 18 19 |
# File 'lib/generators/ruby_llm/provider/scaffold.rb', line 17 def written @written end |
Instance Method Details
#changed ⇒ Object
18 19 20 |
# File 'lib/generators/ruby_llm/provider/scaffold.rb', line 18 def changed written + updated end |