Class: Views::Docs::Table::User

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_ui/table/table_docs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avatar_urlObject

Returns the value of attribute avatar_url

Returns:

  • (Object)

    the current value of avatar_url



5
6
7
# File 'lib/ruby_ui/table/table_docs.rb', line 5

def avatar_url
  @avatar_url
end

#commitsObject

Returns the value of attribute commits

Returns:

  • (Object)

    the current value of commits



5
6
7
# File 'lib/ruby_ui/table/table_docs.rb', line 5

def commits
  @commits
end

#github_urlObject

Returns the value of attribute github_url

Returns:

  • (Object)

    the current value of github_url



5
6
7
# File 'lib/ruby_ui/table/table_docs.rb', line 5

def github_url
  @github_url
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/ruby_ui/table/table_docs.rb', line 5

def name
  @name
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



5
6
7
# File 'lib/ruby_ui/table/table_docs.rb', line 5

def username
  @username
end