Class: Scalingo::Logs
Constant Summary
Constants included from Request
Instance Attribute Summary collapse
-
#app ⇒ Object
readonly
Returns the value of attribute app.
Instance Method Summary collapse
- #dump(lines = 10) ⇒ Object
-
#initialize(app) ⇒ Logs
constructor
A new instance of Logs.
- #realtime ⇒ Object
Methods included from RegionsCache
Methods included from Endpoint
Methods included from Endpoint::ClassMethods
Constructor Details
#initialize(app) ⇒ Logs
Returns a new instance of Logs.
7 8 9 10 |
# File 'lib/scalingo/logs.rb', line 7 def initialize(app) @app = app super() end |
Instance Attribute Details
#app ⇒ Object (readonly)
Returns the value of attribute app.
5 6 7 |
# File 'lib/scalingo/logs.rb', line 5 def app @app end |