Class: Views::Docs::Tabs::Repo

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_ui/tabs/tabs_docs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#github_urlObject

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

#nameObject

Returns the value of attribute name



4
5
6
# File 'lib/ruby_ui/tabs/tabs_docs.rb', line 4

def name
  @name
end

#starsObject

Returns the value of attribute stars



4
5
6
# File 'lib/ruby_ui/tabs/tabs_docs.rb', line 4

def stars
  @stars
end

#versionObject

Returns the value of attribute version



4
5
6
# File 'lib/ruby_ui/tabs/tabs_docs.rb', line 4

def version
  @version
end