Class: Kuby::CertManager::DSL::Acme::V1::OrderStatusAuthorizations
- Inherits:
-
KubeDSL::DSLObject
- Object
- KubeDSL::DSLObject
- Kuby::CertManager::DSL::Acme::V1::OrderStatusAuthorizations
- Defined in:
- lib/kuby/cert-manager/dsl/acme/v1/order_status_authorizations.rb
Instance Method Summary collapse
Instance Method Details
#kind_sym ⇒ Object
31 32 33 |
# File 'lib/kuby/cert-manager/dsl/acme/v1/order_status_authorizations.rb', line 31 def kind_sym :order_status_authorizations end |
#serialize ⇒ Object
21 22 23 24 25 26 27 28 29 |
# File 'lib/kuby/cert-manager/dsl/acme/v1/order_status_authorizations.rb', line 21 def serialize {}.tap do |result| result[:challenges] = challenges.map(&:serialize) result[:url] = url result[:identifier] = identifier result[:wildcard] = wildcard result[:initialState] = initial_state end end |