Class: Passage::MagicLink

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

Instance Attribute Summary collapse

Instance Attribute Details

#activatedObject

Returns the value of attribute activated

Returns:

  • (Object)

    the current value of activated



41
42
43
# File 'lib/passageidentity/client.rb', line 41

def activated
  @activated
end

#app_idObject

Returns the value of attribute app_id

Returns:

  • (Object)

    the current value of app_id



41
42
43
# File 'lib/passageidentity/client.rb', line 41

def app_id
  @app_id
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



41
42
43
# File 'lib/passageidentity/client.rb', line 41

def id
  @id
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



41
42
43
# File 'lib/passageidentity/client.rb', line 41

def identifier
  @identifier
end

#redirect_urlObject

Returns the value of attribute redirect_url

Returns:

  • (Object)

    the current value of redirect_url



41
42
43
# File 'lib/passageidentity/client.rb', line 41

def redirect_url
  @redirect_url
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



41
42
43
# File 'lib/passageidentity/client.rb', line 41

def secret
  @secret
end

#ttlObject

Returns the value of attribute ttl

Returns:

  • (Object)

    the current value of ttl



41
42
43
# File 'lib/passageidentity/client.rb', line 41

def ttl
  @ttl
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



41
42
43
# File 'lib/passageidentity/client.rb', line 41

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



41
42
43
# File 'lib/passageidentity/client.rb', line 41

def url
  @url
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



41
42
43
# File 'lib/passageidentity/client.rb', line 41

def user_id
  @user_id
end