Method: Satis::Card::Component#scope=
- Defined in:
- app/components/satis/card/component.rb
#scope=(value) ⇒ Object (writeonly)
Sets the attribute scope
11 12 13 |
# File 'app/components/satis/card/component.rb', line 11 def scope=(value) @scope = value end |