Class: DatagroutConduit::RegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- DatagroutConduit::RegistrationResponse
- Defined in:
- lib/datagrout_conduit/registration.rb
Instance Attribute Summary collapse
-
#ca_cert_pem ⇒ Object
Returns the value of attribute ca_cert_pem.
-
#cert_pem ⇒ Object
Returns the value of attribute cert_pem.
-
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#registered_at ⇒ Object
Returns the value of attribute registered_at.
-
#valid_until ⇒ Object
Returns the value of attribute valid_until.
Instance Attribute Details
#ca_cert_pem ⇒ Object
Returns the value of attribute ca_cert_pem
215 216 217 |
# File 'lib/datagrout_conduit/registration.rb', line 215 def ca_cert_pem @ca_cert_pem end |
#cert_pem ⇒ Object
Returns the value of attribute cert_pem
215 216 217 |
# File 'lib/datagrout_conduit/registration.rb', line 215 def cert_pem @cert_pem end |
#fingerprint ⇒ Object
Returns the value of attribute fingerprint
215 216 217 |
# File 'lib/datagrout_conduit/registration.rb', line 215 def fingerprint @fingerprint end |
#id ⇒ Object
Returns the value of attribute id
215 216 217 |
# File 'lib/datagrout_conduit/registration.rb', line 215 def id @id end |
#name ⇒ Object
Returns the value of attribute name
215 216 217 |
# File 'lib/datagrout_conduit/registration.rb', line 215 def name @name end |
#registered_at ⇒ Object
Returns the value of attribute registered_at
215 216 217 |
# File 'lib/datagrout_conduit/registration.rb', line 215 def registered_at @registered_at end |
#valid_until ⇒ Object
Returns the value of attribute valid_until
215 216 217 |
# File 'lib/datagrout_conduit/registration.rb', line 215 def valid_until @valid_until end |