Method: Acme::Client::Resources::Account#to_h
- Defined in:
- lib/acme/client/resources/account.rb
#to_h ⇒ Object
32 33 34 35 36 37 38 39 |
# File 'lib/acme/client/resources/account.rb', line 32 def to_h { url: url, term_of_service: term_of_service, status: status, contact: contact } end |