Class: Repol::Exporter
- Inherits:
-
Object
- Object
- Repol::Exporter
- Includes:
- Utils::Helper
- Defined in:
- lib/repol/exporter.rb
Instance Method Summary collapse
- #export ⇒ Object
-
#initialize(client, options = {}) ⇒ Exporter
constructor
A new instance of Exporter.
Methods included from Utils::Helper
Constructor Details
#initialize(client, options = {}) ⇒ Exporter
Returns a new instance of Exporter.
4 5 6 7 |
# File 'lib/repol/exporter.rb', line 4 def initialize(client, = {}) @client = client = end |
Instance Method Details
#export ⇒ Object
9 10 11 |
# File 'lib/repol/exporter.rb', line 9 def export export_repositories.sort_array! end |