Class: StrawberryAPI::ProjectCopyToStrategy
- Defined in:
- lib/strawberry_api/strategy/project_copy_to_strategy.rb
Instance Attribute Summary collapse
-
#contents ⇒ Object
Returns the value of attribute contents.
-
#delete_project ⇒ Object
Returns the value of attribute delete_project.
-
#includes ⇒ Object
Returns the value of attribute includes.
Attributes inherited from Strategy
#admin_only, #destination, #enabled, #format, #id, #name
Method Summary
Methods inherited from Strategy
Constructor Details
This class inherits a constructor from StrawberryAPI::Strategy
Instance Attribute Details
#contents ⇒ Object
Returns the value of attribute contents
6 7 8 |
# File 'lib/strawberry_api/strategy/project_copy_to_strategy.rb', line 6 def contents @contents end |
#delete_project ⇒ Object
Returns the value of attribute delete_project
7 8 9 |
# File 'lib/strawberry_api/strategy/project_copy_to_strategy.rb', line 7 def delete_project @delete_project end |
#includes ⇒ Object
Returns the value of attribute includes
5 6 7 |
# File 'lib/strawberry_api/strategy/project_copy_to_strategy.rb', line 5 def includes @includes end |