Class: Passage::Device

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



53
54
55
# File 'lib/passageidentity/client.rb', line 53

def created_at
  @created_at
end

#cred_idObject

Returns the value of attribute cred_id

Returns:

  • (Object)

    the current value of cred_id



53
54
55
# File 'lib/passageidentity/client.rb', line 53

def cred_id
  @cred_id
end

#friendly_nameObject

Returns the value of attribute friendly_name

Returns:

  • (Object)

    the current value of friendly_name



53
54
55
# File 'lib/passageidentity/client.rb', line 53

def friendly_name
  @friendly_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



53
54
55
# File 'lib/passageidentity/client.rb', line 53

def id
  @id
end

#last_login_atObject

Returns the value of attribute last_login_at

Returns:

  • (Object)

    the current value of last_login_at



53
54
55
# File 'lib/passageidentity/client.rb', line 53

def 
  @last_login_at
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



53
54
55
# File 'lib/passageidentity/client.rb', line 53

def updated_at
  @updated_at
end

#usage_countObject

Returns the value of attribute usage_count

Returns:

  • (Object)

    the current value of usage_count



53
54
55
# File 'lib/passageidentity/client.rb', line 53

def usage_count
  @usage_count
end