Class: ChatNotifier::Repository
- Inherits:
-
Object
- Object
- ChatNotifier::Repository
- Defined in:
- lib/chat_notifier/repository.rb,
lib/chat_notifier/repository/debug.rb,
lib/chat_notifier/repository/github.rb
Overview
All information about the location of the source code
Defined Under Namespace
Instance Attribute Summary collapse
-
#settings ⇒ Object
readonly
Returns the value of attribute settings.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(settings:) ⇒ Repository
constructor
A new instance of Repository.
- #link(_sha) ⇒ Object
Constructor Details
#initialize(settings:) ⇒ Repository
Returns a new instance of Repository.
6 7 8 |
# File 'lib/chat_notifier/repository.rb', line 6 def initialize(settings:) @settings = settings end |
Instance Attribute Details
#settings ⇒ Object (readonly)
Returns the value of attribute settings.
10 11 12 |
# File 'lib/chat_notifier/repository.rb', line 10 def settings @settings end |
Class Method Details
Instance Method Details
#link(_sha) ⇒ Object
20 21 |
# File 'lib/chat_notifier/repository.rb', line 20 def link(_sha) end |