Class: Views::Docs::Tabs::Repo
- Inherits:
-
Struct
- Object
- Struct
- Views::Docs::Tabs::Repo
- Defined in:
- lib/ruby_ui/tabs/tabs_docs.rb
Instance Attribute Summary collapse
-
#github_url ⇒ Object
Returns the value of attribute github_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#stars ⇒ Object
Returns the value of attribute stars.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#github_url ⇒ Object
Returns the value of attribute github_url
4 5 6 |
# File 'lib/ruby_ui/tabs/tabs_docs.rb', line 4 def github_url @github_url end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/ruby_ui/tabs/tabs_docs.rb', line 4 def name @name end |
#stars ⇒ Object
Returns the value of attribute stars
4 5 6 |
# File 'lib/ruby_ui/tabs/tabs_docs.rb', line 4 def stars @stars end |
#version ⇒ Object
Returns the value of attribute version
4 5 6 |
# File 'lib/ruby_ui/tabs/tabs_docs.rb', line 4 def version @version end |