Class: DatagroutConduit::RegistrationResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/datagrout_conduit/registration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ca_cert_pemObject

Returns the value of attribute ca_cert_pem

Returns:

  • (Object)

    the current value of ca_cert_pem



215
216
217
# File 'lib/datagrout_conduit/registration.rb', line 215

def ca_cert_pem
  @ca_cert_pem
end

#cert_pemObject

Returns the value of attribute cert_pem

Returns:

  • (Object)

    the current value of cert_pem



215
216
217
# File 'lib/datagrout_conduit/registration.rb', line 215

def cert_pem
  @cert_pem
end

#fingerprintObject

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



215
216
217
# File 'lib/datagrout_conduit/registration.rb', line 215

def fingerprint
  @fingerprint
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



215
216
217
# File 'lib/datagrout_conduit/registration.rb', line 215

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



215
216
217
# File 'lib/datagrout_conduit/registration.rb', line 215

def name
  @name
end

#registered_atObject

Returns the value of attribute registered_at

Returns:

  • (Object)

    the current value of registered_at



215
216
217
# File 'lib/datagrout_conduit/registration.rb', line 215

def registered_at
  @registered_at
end

#valid_untilObject

Returns the value of attribute valid_until

Returns:

  • (Object)

    the current value of valid_until



215
216
217
# File 'lib/datagrout_conduit/registration.rb', line 215

def valid_until
  @valid_until
end