Method: Satis::Menus::Item#scope=

Defined in:
lib/satis/menus/item.rb

#scope=(value) ⇒ Object (writeonly)

Sets the attribute scope

Parameters:

  • value

    the value to set the attribute scope to.



8
9
10
# File 'lib/satis/menus/item.rb', line 8

def scope=(value)
  @scope = value
end