Class: Kuby::CertManager::DSL::Acme::V1::OrderStatusAuthorizationsChallenges

Inherits:
KubeDSL::DSLObject
  • Object
show all
Defined in:
lib/kuby/cert-manager/dsl/acme/v1/order_status_authorizations_challenges.rb

Instance Method Summary collapse

Instance Method Details

#kind_symObject



25
26
27
# File 'lib/kuby/cert-manager/dsl/acme/v1/order_status_authorizations_challenges.rb', line 25

def kind_sym
  :order_status_authorizations_challenges
end

#serializeObject



17
18
19
20
21
22
23
# File 'lib/kuby/cert-manager/dsl/acme/v1/order_status_authorizations_challenges.rb', line 17

def serialize
  {}.tap do |result|
    result[:url] = url
    result[:token] = token
    result[:type] = type
  end
end