Method: Satis::Card::Component#scope=

Defined in:
app/components/satis/card/component.rb

#scope=(value) ⇒ Object (writeonly)

Sets the attribute scope

Parameters:

  • value

    the value to set the attribute scope to.



11
12
13
# File 'app/components/satis/card/component.rb', line 11

def scope=(value)
  @scope = value
end