Class: Ciphr::Functions::InvertibleFunction

Inherits:
Function
  • Object
show all
Defined in:
lib/ciphr/functions.rb

Instance Attribute Summary collapse

Attributes inherited from Function

#args, #options

Class Method Summary collapse

Methods inherited from Function

aligned, inherited, #initialize, params, #prepend, #read, variants

Constructor Details

This class inherits a constructor from Ciphr::Functions::Function

Instance Attribute Details

#invertObject

Returns the value of attribute invert.



46
47
48
# File 'lib/ciphr/functions.rb', line 46

def invert
  @invert
end

Class Method Details

.invertable?Boolean

Returns:

  • (Boolean)


48
49
50
# File 'lib/ciphr/functions.rb', line 48

def self.invertable?
  true
end