Class: Yobi::Initialized
- Defined in:
- lib/yobi/repository/init.rb,
sig/yobi.rbs
Overview
The "initialized" message from an Repository#init run.
Instance Method Summary collapse
-
#id ⇒ String
ID of the created repository.
-
#repository ⇒ String
URL of the repository.
Methods inherited from FancyHash
#initialize, #inspect, #pretty_print
Constructor Details
This class inherits a constructor from Yobi::FancyHash
Instance Method Details
#id ⇒ String
Returns ID of the created repository.
61 62 63 |
# File 'lib/yobi/repository/init.rb', line 61 def id self["id"] end |
#repository ⇒ String
Returns URL of the repository.
66 67 68 |
# File 'lib/yobi/repository/init.rb', line 66 def repository self["repository"] end |