Method: Danger::PluginParser#attribute_parser

Defined in:
lib/danger/plugin_support/plugin_parser.rb

#attribute_parser(gem_path, attribute) ⇒ Object



159
160
161
162
163
164
# File 'lib/danger/plugin_support/plugin_parser.rb', line 159

def attribute_parser(gem_path, attribute)
  {
    read: method_parser(gem_path, attribute[:read]),
    write: method_parser(gem_path, attribute[:write])
  }
end