Class: Connect::ObjectRepresentation

Inherits:
Hash
  • Object
show all
Includes:
MethodHashMethods
Defined in:
lib/connect/object_representation.rb

Overview

This is an empty marker class inheriting Hash. We use this maker class to detect the final full representation of an object. When we present this to a selector, we can skip the name

Instance Method Summary collapse

Methods included from MethodHashMethods

#[], #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class MethodHashMethods

Instance Method Details

#valueObject



13
14
15
# File 'lib/connect/object_representation.rb', line 13

def value
  first[1]
end