Class: StrawberryAPI::ArchiveStrategy
- Defined in:
- lib/strawberry_api/strategy/archive_strategy.rb
Instance Attribute Summary collapse
-
#includes ⇒ Object
Returns the value of attribute includes.
-
#strategy_type ⇒ Object
Returns the value of attribute strategy_type.
-
#transmission_check ⇒ Object
Returns the value of attribute transmission_check.
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
#includes ⇒ Object
Returns the value of attribute includes
5 6 7 |
# File 'lib/strawberry_api/strategy/archive_strategy.rb', line 5 def includes @includes end |
#strategy_type ⇒ Object
Returns the value of attribute strategy_type
7 8 9 |
# File 'lib/strawberry_api/strategy/archive_strategy.rb', line 7 def strategy_type @strategy_type end |
#transmission_check ⇒ Object
Returns the value of attribute transmission_check
6 7 8 |
# File 'lib/strawberry_api/strategy/archive_strategy.rb', line 6 def transmission_check @transmission_check end |