class SPV::Fixtures::Modifiers::Base

Public Class Methods

new(options) click to toggle source
# File lib/site_prism_vcr/fixtures/modifiers/base.rb, line 5
def initialize(options)
  @options = options
end