Class: Bundler::Spinel::Site::Row

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundler/spinel/site.rb

Instance Attribute Summary collapse

Instance Attribute Details

#downloadsObject

Returns the value of attribute downloads

Returns:

  • (Object)

    the current value of downloads



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def downloads
  @downloads
end

#gemObject

Returns the value of attribute gem

Returns:

  • (Object)

    the current value of gem



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def gem
  @gem
end

#homepageObject

Returns the value of attribute homepage

Returns:

  • (Object)

    the current value of homepage



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def homepage
  @homepage
end

#humanObject

Returns the value of attribute human

Returns:

  • (Object)

    the current value of human



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def human
  @human
end

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def info
  @info
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def notes
  @notes
end

#rubricObject

Returns the value of attribute rubric

Returns:

  • (Object)

    the current value of rubric



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def rubric
  @rubric
end

#testsObject

Returns the value of attribute tests

Returns:

  • (Object)

    the current value of tests



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def tests
  @tests
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def updated
  @updated
end

#verdictObject

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def verdict
  @verdict
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



62
63
64
# File 'lib/bundler/spinel/site.rb', line 62

def version
  @version
end