Class: Maintain::IntegerValue

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

Instance Method Summary collapse

Methods inherited from Value

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

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



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

def value
  value_for(@value)
end