Class: BlabberMouth::Template
- Inherits:
-
Object
- Object
- BlabberMouth::Template
- Defined in:
- lib/blabber_mouth/blabber_mouth.rb
Instance Attribute Summary collapse
-
#notifier ⇒ Object
Returns the value of attribute notifier.
Instance Method Summary collapse
- #binder ⇒ Object
-
#initialize(notifier) ⇒ Template
constructor
A new instance of Template.
Constructor Details
#initialize(notifier) ⇒ Template
Returns a new instance of Template.
171 172 173 |
# File 'lib/blabber_mouth/blabber_mouth.rb', line 171 def initialize(notifier) self.notifier = notifier end |
Instance Attribute Details
#notifier ⇒ Object
Returns the value of attribute notifier.
169 170 171 |
# File 'lib/blabber_mouth/blabber_mouth.rb', line 169 def notifier @notifier end |
Instance Method Details
#binder ⇒ Object
175 176 177 |
# File 'lib/blabber_mouth/blabber_mouth.rb', line 175 def binder binding end |