Class: Sdkey::ValidateResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



22
23
24
# File 'lib/sdkey/types.rb', line 22

def code
  @code
end

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



22
23
24
# File 'lib/sdkey/types.rb', line 22

def expires_at
  @expires_at
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



22
23
24
# File 'lib/sdkey/types.rb', line 22

def message
  @message
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



22
23
24
# File 'lib/sdkey/types.rb', line 22

def status
  @status
end

#subscription_tierObject

Returns the value of attribute subscription_tier

Returns:

  • (Object)

    the current value of subscription_tier



22
23
24
# File 'lib/sdkey/types.rb', line 22

def subscription_tier
  @subscription_tier
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



22
23
24
# File 'lib/sdkey/types.rb', line 22

def success
  @success
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



22
23
24
# File 'lib/sdkey/types.rb', line 22

def timestamp
  @timestamp
end