Class: Sdkey::ValidateResult
- Inherits:
-
Struct
- Object
- Struct
- Sdkey::ValidateResult
- Defined in:
- lib/sdkey/types.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#message ⇒ Object
Returns the value of attribute message.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subscription_tier ⇒ Object
Returns the value of attribute subscription_tier.
-
#success ⇒ Object
Returns the value of attribute success.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
22 23 24 |
# File 'lib/sdkey/types.rb', line 22 def code @code end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
22 23 24 |
# File 'lib/sdkey/types.rb', line 22 def expires_at @expires_at end |
#message ⇒ Object
Returns the value of attribute message
22 23 24 |
# File 'lib/sdkey/types.rb', line 22 def @message end |
#status ⇒ Object
Returns the value of attribute status
22 23 24 |
# File 'lib/sdkey/types.rb', line 22 def status @status end |
#subscription_tier ⇒ Object
Returns the value of attribute subscription_tier
22 23 24 |
# File 'lib/sdkey/types.rb', line 22 def subscription_tier @subscription_tier end |
#success ⇒ Object
Returns the value of attribute success
22 23 24 |
# File 'lib/sdkey/types.rb', line 22 def success @success end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
22 23 24 |
# File 'lib/sdkey/types.rb', line 22 def @timestamp end |