Module: Roda::RodaPlugins::Flashier::FlashHashAdditions

Defined in:
lib/roda/plugins/flashier.rb

Instance Method Summary collapse

Instance Method Details

#alertObject

[View source]

15
16
17
# File 'lib/roda/plugins/flashier.rb', line 15

def alert
  self["alert"]
end

#alert=(val) ⇒ Object

[View source]

19
20
21
# File 'lib/roda/plugins/flashier.rb', line 19

def alert=(val)
  self["alert"] = val
end

#infoObject

[View source]

7
8
9
# File 'lib/roda/plugins/flashier.rb', line 7

def info
  self["info"]
end

#info=(val) ⇒ Object

[View source]

11
12
13
# File 'lib/roda/plugins/flashier.rb', line 11

def info=(val)
  self["info"] = val
end