Class: Maintain::IntegerValue

Inherits:
Value
  • Object
show all
Defined in:
lib/maintain/integer_value.rb

Instance Method Summary collapse

Methods inherited from Value

#<, #<=, #==, #===, #>, #>=, #as_json, #class, #initialize, #inspect, #name, #nil?, #set_value, #to_s, #value_for

Constructor Details

This class inherits a constructor from Maintain::Value

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Maintain::Value

Instance Method Details

#valueObject



4
5
6
# File 'lib/maintain/integer_value.rb', line 4

def value
  value_for(@value)
end