Class: RvmRuntime
- Inherits:
-
Object
- Object
- RvmRuntime
- Includes:
- ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
- Defined in:
- lib/yadecli/model/rvm_runtime.rb
Overview
RvmRuntime
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/yadecli/model/rvm_runtime.rb', line 11 def id @id end |
#packages ⇒ Object
Returns the value of attribute packages.
11 12 13 |
# File 'lib/yadecli/model/rvm_runtime.rb', line 11 def packages @packages end |
#version ⇒ Object
Returns the value of attribute version.
11 12 13 |
# File 'lib/yadecli/model/rvm_runtime.rb', line 11 def version @version end |