class EacRubyUtils::Struct

def property_method?(key)

def property_method?(key)
  property_methods.include?(key.to_sym)
end