Class: RvmRuntime

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
Defined in:
lib/yadecli/model/rvm_runtime.rb

Overview

RvmRuntime

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



11
12
13
# File 'lib/yadecli/model/rvm_runtime.rb', line 11

def id
  @id
end

#packagesObject

Returns the value of attribute packages.



11
12
13
# File 'lib/yadecli/model/rvm_runtime.rb', line 11

def packages
  @packages
end

#versionObject

Returns the value of attribute version.



11
12
13
# File 'lib/yadecli/model/rvm_runtime.rb', line 11

def version
  @version
end