Class: Views::Docs::Table::User
- Inherits:
-
Struct
- Object
- Struct
- Views::Docs::Table::User
- Defined in:
- lib/ruby_ui/table/table_docs.rb
Instance Attribute Summary collapse
-
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
-
#commits ⇒ Object
Returns the value of attribute commits.
-
#github_url ⇒ Object
Returns the value of attribute github_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#avatar_url ⇒ Object
Returns the value of attribute avatar_url
5 6 7 |
# File 'lib/ruby_ui/table/table_docs.rb', line 5 def avatar_url @avatar_url end |
#commits ⇒ Object
Returns the value of attribute commits
5 6 7 |
# File 'lib/ruby_ui/table/table_docs.rb', line 5 def commits @commits end |
#github_url ⇒ Object
Returns the value of attribute github_url
5 6 7 |
# File 'lib/ruby_ui/table/table_docs.rb', line 5 def github_url @github_url end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/ruby_ui/table/table_docs.rb', line 5 def name @name end |
#username ⇒ Object
Returns the value of attribute username
5 6 7 |
# File 'lib/ruby_ui/table/table_docs.rb', line 5 def username @username end |