Class: ActiveModel::Serializer::HasOneReflection Private
- Inherits:
-
SingularReflection
- Object
- Struct
- Reflection
- SingularReflection
- ActiveModel::Serializer::HasOneReflection
- Defined in:
- lib/active_model/serializer/has_one_reflection.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from Reflection
Instance Method Summary collapse
- #macro ⇒ Object private
Methods inherited from Reflection
Instance Method Details
#macro ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5 6 7 |
# File 'lib/active_model/serializer/has_one_reflection.rb', line 5 def macro :has_one end |