Class: Yobi::Initialized
- Defined in:
- lib/yobi/repository/init.rb,
sig/yobi.rbs
Overview
The "initialized" message from a Yobi::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
ID of the created repository.
55 56 57 |
# File 'lib/yobi/repository/init.rb', line 55 def id self["id"] end |
#repository ⇒ String
URL of the repository.
60 61 62 |
# File 'lib/yobi/repository/init.rb', line 60 def repository self["repository"] end |