Class: Kuby::CertManager::DSL::Acme::V1::ChallengeStatus

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

Instance Method Summary collapse

Instance Method Details

#kind_symObject



28
29
30
# File 'lib/kuby/cert-manager/dsl/acme/v1/challenge_status.rb', line 28

def kind_sym
  :challenge_status
end

#serializeObject



19
20
21
22
23
24
25
26
# File 'lib/kuby/cert-manager/dsl/acme/v1/challenge_status.rb', line 19

def serialize
  {}.tap do |result|
    result[:reason] = reason
    result[:processing] = processing
    result[:state] = state
    result[:presented] = presented
  end
end