Class: Fauthentic::SslData

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

Instance Attribute Summary collapse

Instance Attribute Details

#certObject

Returns the value of attribute cert

Returns:

  • (Object)

    the current value of cert



15
16
17
# File 'lib/fauthentic.rb', line 15

def cert
  @cert
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



15
16
17
# File 'lib/fauthentic.rb', line 15

def key
  @key
end