Class: Sdkey::ClientAuthLicense
- Inherits:
-
Struct
- Object
- Struct
- Sdkey::ClientAuthLicense
- Defined in:
- lib/sdkey/types.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subscription_tier ⇒ Object
Returns the value of attribute subscription_tier.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
41 42 43 |
# File 'lib/sdkey/types.rb', line 41 def expires_at @expires_at end |
#id ⇒ Object
Returns the value of attribute id
41 42 43 |
# File 'lib/sdkey/types.rb', line 41 def id @id end |
#status ⇒ Object
Returns the value of attribute status
41 42 43 |
# File 'lib/sdkey/types.rb', line 41 def status @status end |
#subscription_tier ⇒ Object
Returns the value of attribute subscription_tier
41 42 43 |
# File 'lib/sdkey/types.rb', line 41 def subscription_tier @subscription_tier end |