Class: Acmaker::Exporter
- Inherits:
-
Object
- Object
- Acmaker::Exporter
- Includes:
- Utils::Helper
- Defined in:
- lib/acmaker/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.
5 6 7 8 |
# File 'lib/acmaker/exporter.rb', line 5 def initialize(client, = {}) @client = client @options = end |
Instance Method Details
#export ⇒ Object
10 11 12 |
# File 'lib/acmaker/exporter.rb', line 10 def export export_certificates end |