Class: CalculationRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_cpu/models/calculation_request.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data.



5
6
7
# File 'lib/ruby_cpu/models/calculation_request.rb', line 5

def data
  @data
end

#functionObject

Returns the value of attribute function.



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

def function
  @function
end

#packageObject

Returns the value of attribute package.



3
4
5
# File 'lib/ruby_cpu/models/calculation_request.rb', line 3

def package
  @package
end