Class: Clubhouse::User::Permission

Inherits:
Struct
  • Object
show all
Defined in:
lib/clubhouse/user.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



8
9
10
# File 'lib/clubhouse/user.rb', line 8

def created_at
  @created_at
end

#disabledObject

Returns the value of attribute disabled

Returns:

  • (Object)

    the current value of disabled



8
9
10
# File 'lib/clubhouse/user.rb', line 8

def disabled
  @disabled
end

#email_addressObject

Returns the value of attribute email_address

Returns:

  • (Object)

    the current value of email_address



8
9
10
# File 'lib/clubhouse/user.rb', line 8

def email_address
  @email_address
end

#gravatar_hashObject

Returns the value of attribute gravatar_hash

Returns:

  • (Object)

    the current value of gravatar_hash



8
9
10
# File 'lib/clubhouse/user.rb', line 8

def gravatar_hash
  @gravatar_hash
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/clubhouse/user.rb', line 8

def id
  @id
end

#initialsObject

Returns the value of attribute initials

Returns:

  • (Object)

    the current value of initials



8
9
10
# File 'lib/clubhouse/user.rb', line 8

def initials
  @initials
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



8
9
10
# File 'lib/clubhouse/user.rb', line 8

def role
  @role
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



8
9
10
# File 'lib/clubhouse/user.rb', line 8

def updated_at
  @updated_at
end