Class: TrubyLicense::LicenseData

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

Instance Attribute Summary collapse

Instance Attribute Details

#consumerTypeObject

Returns the value of attribute consumerType

Returns:

  • (Object)

    the current value of consumerType



13
14
15
# File 'lib/truby_license.rb', line 13

def consumerType
  @consumerType
end

#extraObject

Returns the value of attribute extra

Returns:

  • (Object)

    the current value of extra



13
14
15
# File 'lib/truby_license.rb', line 13

def extra
  @extra
end

#holderObject

Returns the value of attribute holder

Returns:

  • (Object)

    the current value of holder



13
14
15
# File 'lib/truby_license.rb', line 13

def holder
  @holder
end

#issuedObject

Returns the value of attribute issued

Returns:

  • (Object)

    the current value of issued



13
14
15
# File 'lib/truby_license.rb', line 13

def issued
  @issued
end

#issuerObject

Returns the value of attribute issuer

Returns:

  • (Object)

    the current value of issuer



13
14
15
# File 'lib/truby_license.rb', line 13

def issuer
  @issuer
end

#notAfterObject

Returns the value of attribute notAfter

Returns:

  • (Object)

    the current value of notAfter



13
14
15
# File 'lib/truby_license.rb', line 13

def notAfter
  @notAfter
end

#notBeforeObject

Returns the value of attribute notBefore

Returns:

  • (Object)

    the current value of notBefore



13
14
15
# File 'lib/truby_license.rb', line 13

def notBefore
  @notBefore
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



13
14
15
# File 'lib/truby_license.rb', line 13

def subject
  @subject
end