Class: XfccParserRuby::Element
- Inherits:
-
Object
- Object
- XfccParserRuby::Element
- Defined in:
- lib/xfcc_parser_ruby.rb
Overview
An XFCC element containing info of a client certificate
Instance Attribute Summary collapse
-
#by ⇒ Object
Returns the value of attribute by.
-
#cert ⇒ Object
Returns the value of attribute cert.
-
#chain ⇒ Object
Returns the value of attribute chain.
-
#dns ⇒ Object
Returns the value of attribute dns.
-
#hash ⇒ Object
Returns the value of attribute hash.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Method Summary collapse
-
#initialize(*args) ⇒ Element
constructor
A new instance of Element.
Constructor Details
#initialize(*args) ⇒ Element
Returns a new instance of Element.
14 15 16 |
# File 'lib/xfcc_parser_ruby.rb', line 14 def initialize(*args) @by, @hash, @cert, @chain, @subject, @uri, @dns = args end |
Instance Attribute Details
#by ⇒ Object
Returns the value of attribute by.
12 13 14 |
# File 'lib/xfcc_parser_ruby.rb', line 12 def by @by end |
#cert ⇒ Object
Returns the value of attribute cert.
12 13 14 |
# File 'lib/xfcc_parser_ruby.rb', line 12 def cert @cert end |
#chain ⇒ Object
Returns the value of attribute chain.
12 13 14 |
# File 'lib/xfcc_parser_ruby.rb', line 12 def chain @chain end |
#dns ⇒ Object
Returns the value of attribute dns.
12 13 14 |
# File 'lib/xfcc_parser_ruby.rb', line 12 def dns @dns end |
#hash ⇒ Object
Returns the value of attribute hash.
12 13 14 |
# File 'lib/xfcc_parser_ruby.rb', line 12 def hash @hash end |
#subject ⇒ Object
Returns the value of attribute subject.
12 13 14 |
# File 'lib/xfcc_parser_ruby.rb', line 12 def subject @subject end |
#uri ⇒ Object
Returns the value of attribute uri.
12 13 14 |
# File 'lib/xfcc_parser_ruby.rb', line 12 def uri @uri end |