Class: NgrokAPI::Models::ReservedDomainCertJob
- Inherits:
-
Object
- Object
- NgrokAPI::Models::ReservedDomainCertJob
- Defined in:
- lib/ngrokapi/models/reserved_domain_cert_job.rb
Instance Attribute Summary collapse
-
#attrs ⇒ Object
readonly
Returns the value of attribute attrs.
-
#client ⇒ Object
readonly
Returns the value of attribute client.
-
#error_code ⇒ Object
readonly
Returns the value of attribute error_code.
-
#msg ⇒ Object
readonly
Returns the value of attribute msg.
-
#retries_at ⇒ Object
readonly
Returns the value of attribute retries_at.
-
#started_at ⇒ Object
readonly
Returns the value of attribute started_at.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(client: nil, attrs: {}) ⇒ ReservedDomainCertJob
constructor
A new instance of ReservedDomainCertJob.
- #to_h ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(client: nil, attrs: {}) ⇒ ReservedDomainCertJob
Returns a new instance of ReservedDomainCertJob.
15 16 17 18 19 20 21 22 |
# File 'lib/ngrokapi/models/reserved_domain_cert_job.rb', line 15 def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @error_code = @attrs['error_code'] @msg = @attrs['msg'] @started_at = @attrs['started_at'] @retries_at = @attrs['retries_at'] end |
Instance Attribute Details
#attrs ⇒ Object (readonly)
Returns the value of attribute attrs.
8 9 10 |
# File 'lib/ngrokapi/models/reserved_domain_cert_job.rb', line 8 def attrs @attrs end |
#client ⇒ Object (readonly)
Returns the value of attribute client.
8 9 10 |
# File 'lib/ngrokapi/models/reserved_domain_cert_job.rb', line 8 def client @client end |
#error_code ⇒ Object (readonly)
Returns the value of attribute error_code.
8 9 10 |
# File 'lib/ngrokapi/models/reserved_domain_cert_job.rb', line 8 def error_code @error_code end |
#msg ⇒ Object (readonly)
Returns the value of attribute msg.
8 9 10 |
# File 'lib/ngrokapi/models/reserved_domain_cert_job.rb', line 8 def msg @msg end |
#retries_at ⇒ Object (readonly)
Returns the value of attribute retries_at.
8 9 10 |
# File 'lib/ngrokapi/models/reserved_domain_cert_job.rb', line 8 def retries_at @retries_at end |
#started_at ⇒ Object (readonly)
Returns the value of attribute started_at.
8 9 10 |
# File 'lib/ngrokapi/models/reserved_domain_cert_job.rb', line 8 def started_at @started_at end |
Instance Method Details
#==(other) ⇒ Object
24 25 26 |
# File 'lib/ngrokapi/models/reserved_domain_cert_job.rb', line 24 def ==(other) @attrs == other.attrs end |
#to_h ⇒ Object
32 33 34 |
# File 'lib/ngrokapi/models/reserved_domain_cert_job.rb', line 32 def to_h @attrs.to_h end |
#to_s ⇒ Object
28 29 30 |
# File 'lib/ngrokapi/models/reserved_domain_cert_job.rb', line 28 def to_s @attrs.to_s end |