Class: Sdkey::ClientAuthLicense

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

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



41
42
43
# File 'lib/sdkey/types.rb', line 41

def expires_at
  @expires_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



41
42
43
# File 'lib/sdkey/types.rb', line 41

def id
  @id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



41
42
43
# File 'lib/sdkey/types.rb', line 41

def status
  @status
end

#subscription_tierObject

Returns the value of attribute subscription_tier

Returns:

  • (Object)

    the current value of subscription_tier



41
42
43
# File 'lib/sdkey/types.rb', line 41

def subscription_tier
  @subscription_tier
end