Class: TrubyLicense::LicenseData
- Inherits:
-
Struct
- Object
- Struct
- TrubyLicense::LicenseData
- Defined in:
- lib/truby_license.rb
Instance Attribute Summary collapse
-
#consumerType ⇒ Object
Returns the value of attribute consumerType.
-
#extra ⇒ Object
Returns the value of attribute extra.
-
#holder ⇒ Object
Returns the value of attribute holder.
-
#issued ⇒ Object
Returns the value of attribute issued.
-
#issuer ⇒ Object
Returns the value of attribute issuer.
-
#notAfter ⇒ Object
Returns the value of attribute notAfter.
-
#notBefore ⇒ Object
Returns the value of attribute notBefore.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#consumerType ⇒ Object
Returns the value of attribute consumerType
13 14 15 |
# File 'lib/truby_license.rb', line 13 def consumerType @consumerType end |
#extra ⇒ Object
Returns the value of attribute extra
13 14 15 |
# File 'lib/truby_license.rb', line 13 def extra @extra end |
#holder ⇒ Object
Returns the value of attribute holder
13 14 15 |
# File 'lib/truby_license.rb', line 13 def holder @holder end |
#issued ⇒ Object
Returns the value of attribute issued
13 14 15 |
# File 'lib/truby_license.rb', line 13 def issued @issued end |
#issuer ⇒ Object
Returns the value of attribute issuer
13 14 15 |
# File 'lib/truby_license.rb', line 13 def issuer @issuer end |
#notAfter ⇒ Object
Returns the value of attribute notAfter
13 14 15 |
# File 'lib/truby_license.rb', line 13 def notAfter @notAfter end |
#notBefore ⇒ Object
Returns the value of attribute notBefore
13 14 15 |
# File 'lib/truby_license.rb', line 13 def notBefore @notBefore end |
#subject ⇒ Object
Returns the value of attribute subject
13 14 15 |
# File 'lib/truby_license.rb', line 13 def subject @subject end |