Class: Bravo::Authorizer
- Inherits:
-
Object
- Object
- Bravo::Authorizer
- Defined in:
- lib/bravo/authorizer.rb
Instance Attribute Summary collapse
-
#cert ⇒ Object
readonly
Returns the value of attribute cert.
-
#pkey ⇒ Object
readonly
Returns the value of attribute pkey.
Instance Method Summary collapse
-
#initialize ⇒ Authorizer
constructor
A new instance of Authorizer.
Constructor Details
#initialize ⇒ Authorizer
Returns a new instance of Authorizer.
5 6 7 8 |
# File 'lib/bravo/authorizer.rb', line 5 def initialize @pkey = Bravo.pkey @cert = Bravo.cert end |
Instance Attribute Details
#cert ⇒ Object (readonly)
Returns the value of attribute cert.
3 4 5 |
# File 'lib/bravo/authorizer.rb', line 3 def cert @cert end |
#pkey ⇒ Object (readonly)
Returns the value of attribute pkey.
3 4 5 |
# File 'lib/bravo/authorizer.rb', line 3 def pkey @pkey end |