Class: Bundler::Spinel::Site::Row
- Inherits:
-
Struct
- Object
- Struct
- Bundler::Spinel::Site::Row
- Defined in:
- lib/bundler/spinel/site.rb
Instance Attribute Summary collapse
-
#downloads ⇒ Object
Returns the value of attribute downloads.
-
#gem ⇒ Object
Returns the value of attribute gem.
-
#homepage ⇒ Object
Returns the value of attribute homepage.
-
#human ⇒ Object
Returns the value of attribute human.
-
#info ⇒ Object
Returns the value of attribute info.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#rubric ⇒ Object
Returns the value of attribute rubric.
-
#tests ⇒ Object
Returns the value of attribute tests.
-
#updated ⇒ Object
Returns the value of attribute updated.
-
#verdict ⇒ Object
Returns the value of attribute verdict.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#downloads ⇒ Object
Returns the value of attribute downloads
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def downloads @downloads end |
#gem ⇒ Object
Returns the value of attribute gem
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def gem @gem end |
#homepage ⇒ Object
Returns the value of attribute homepage
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def homepage @homepage end |
#human ⇒ Object
Returns the value of attribute human
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def human @human end |
#info ⇒ Object
Returns the value of attribute info
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def info @info end |
#notes ⇒ Object
Returns the value of attribute notes
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def notes @notes end |
#rubric ⇒ Object
Returns the value of attribute rubric
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def rubric @rubric end |
#tests ⇒ Object
Returns the value of attribute tests
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def tests @tests end |
#updated ⇒ Object
Returns the value of attribute updated
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def updated @updated end |
#verdict ⇒ Object
Returns the value of attribute verdict
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def verdict @verdict end |
#version ⇒ Object
Returns the value of attribute version
62 63 64 |
# File 'lib/bundler/spinel/site.rb', line 62 def version @version end |