Class: XfccParserRuby::Element

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

Overview

An XFCC element containing info of a client certificate

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#byObject

Returns the value of attribute by.



12
13
14
# File 'lib/xfcc_parser_ruby.rb', line 12

def by
  @by
end

#certObject

Returns the value of attribute cert.



12
13
14
# File 'lib/xfcc_parser_ruby.rb', line 12

def cert
  @cert
end

#chainObject

Returns the value of attribute chain.



12
13
14
# File 'lib/xfcc_parser_ruby.rb', line 12

def chain
  @chain
end

#dnsObject

Returns the value of attribute dns.



12
13
14
# File 'lib/xfcc_parser_ruby.rb', line 12

def dns
  @dns
end

#hashObject

Returns the value of attribute hash.



12
13
14
# File 'lib/xfcc_parser_ruby.rb', line 12

def hash
  @hash
end

#subjectObject

Returns the value of attribute subject.



12
13
14
# File 'lib/xfcc_parser_ruby.rb', line 12

def subject
  @subject
end

#uriObject

Returns the value of attribute uri.



12
13
14
# File 'lib/xfcc_parser_ruby.rb', line 12

def uri
  @uri
end