# File lib/base_object.rb, line 190 def initialize(opts={}, &block) super(opts) @action_urls = opts[:action_urls] || [] @actions = [] end