Class: PowerEnum::Reflection::EnumerationReflection::EnumJoinKeys

Inherits:
Struct
  • Object
show all
Defined in:
lib/power_enum/reflection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#foreign_key ⇒ Object

Returns the value of attribute foreign_key



78
79
80
# File 'lib/power_enum/reflection.rb', line 78

def foreign_key
  @foreign_key
end

#key ⇒ Object

Returns the value of attribute key



78
79
80
# File 'lib/power_enum/reflection.rb', line 78

def key
  @key
end