Method: ActiveNode::Reflection::MacroReflection#options
- Defined in:
- lib/active_node/reflection.rb
#options ⇒ Object (readonly)
Returns the hash of options used for the macro.
composed_of :balance, class_name: 'Money'
returns { class_name: "Money" }
has_many :clients
returns {}
88 89 90 |
# File 'lib/active_node/reflection.rb', line 88 def @options end |