Method: PicCertificate#initialize
- Defined in:
- lib/rfetion/pic_certificate.rb
#initialize(pid, pic, algorithm) ⇒ PicCertificate
Returns a new instance of PicCertificate.
4 5 6 7 8 |
# File 'lib/rfetion/pic_certificate.rb', line 4 def initialize(pid, pic, algorithm) @pid = pid @pic = pic @algorithm = algorithm end |