Class: CertificateAuthority::SerialNumber
- Inherits:
-
Object
- Object
- CertificateAuthority::SerialNumber
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/certificate_authority/serial_number.rb
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number.
5 6 7 |
# File 'lib/certificate_authority/serial_number.rb', line 5 def number @number end |