Class: LibyearRb::Lockfile

Inherits:
Data
  • Object
show all
Defined in:
lib/libyear_rb/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bundled_withObject (readonly)

Returns the value of attribute bundled_with

Returns:

  • (Object)

    the current value of bundled_with



4
5
6
# File 'lib/libyear_rb/models.rb', line 4

def bundled_with
  @bundled_with
end

#dependenciesObject (readonly)

Returns the value of attribute dependencies

Returns:

  • (Object)

    the current value of dependencies



4
5
6
# File 'lib/libyear_rb/models.rb', line 4

def dependencies
  @dependencies
end

#platformsObject (readonly)

Returns the value of attribute platforms

Returns:

  • (Object)

    the current value of platforms



4
5
6
# File 'lib/libyear_rb/models.rb', line 4

def platforms
  @platforms
end

#ruby_versionObject (readonly)

Returns the value of attribute ruby_version

Returns:

  • (Object)

    the current value of ruby_version



4
5
6
# File 'lib/libyear_rb/models.rb', line 4

def ruby_version
  @ruby_version
end

#sourcesObject (readonly)

Returns the value of attribute sources

Returns:

  • (Object)

    the current value of sources



4
5
6
# File 'lib/libyear_rb/models.rb', line 4

def sources
  @sources
end