Class: LibyearRb::Lockfile
- Inherits:
-
Data
- Object
- Data
- LibyearRb::Lockfile
- Defined in:
- lib/libyear_rb/models.rb
Instance Attribute Summary collapse
-
#bundled_with ⇒ Object
readonly
Returns the value of attribute bundled_with.
-
#dependencies ⇒ Object
readonly
Returns the value of attribute dependencies.
-
#platforms ⇒ Object
readonly
Returns the value of attribute platforms.
-
#ruby_version ⇒ Object
readonly
Returns the value of attribute ruby_version.
-
#sources ⇒ Object
readonly
Returns the value of attribute sources.
Instance Attribute Details
#bundled_with ⇒ Object (readonly)
Returns the value of attribute bundled_with
4 5 6 |
# File 'lib/libyear_rb/models.rb', line 4 def bundled_with @bundled_with end |
#dependencies ⇒ Object (readonly)
Returns the value of attribute dependencies
4 5 6 |
# File 'lib/libyear_rb/models.rb', line 4 def dependencies @dependencies end |
#platforms ⇒ Object (readonly)
Returns the value of attribute platforms
4 5 6 |
# File 'lib/libyear_rb/models.rb', line 4 def platforms @platforms end |
#ruby_version ⇒ Object (readonly)
Returns the value of attribute ruby_version
4 5 6 |
# File 'lib/libyear_rb/models.rb', line 4 def ruby_version @ruby_version end |
#sources ⇒ Object (readonly)
Returns the value of attribute sources
4 5 6 |
# File 'lib/libyear_rb/models.rb', line 4 def sources @sources end |