Class: Tebako::NativeGemCache::LockedSpec
- Inherits:
-
Struct
- Object
- Struct
- Tebako::NativeGemCache::LockedSpec
- Defined in:
- lib/tebako/native_gem_cache.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#source ⇒ Object
Returns the value of attribute source.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
24 25 26 |
# File 'lib/tebako/native_gem_cache.rb', line 24 def name @name end |
#platform ⇒ Object
Returns the value of attribute platform
24 25 26 |
# File 'lib/tebako/native_gem_cache.rb', line 24 def platform @platform end |
#source ⇒ Object
Returns the value of attribute source
24 25 26 |
# File 'lib/tebako/native_gem_cache.rb', line 24 def source @source end |
#version ⇒ Object
Returns the value of attribute version
24 25 26 |
# File 'lib/tebako/native_gem_cache.rb', line 24 def version @version end |