Class: Connect::ObjectRepresentation
- Inherits:
-
Hash
- Object
- Hash
- Connect::ObjectRepresentation
- 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
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class MethodHashMethods
Instance Method Details
#value ⇒ Object
13 14 15 |
# File 'lib/connect/object_representation.rb', line 13 def value first[1] end |