Sha256: 08ac80ea0012441aea1035ae4b56efe37a1af696f05711a1d6d5fa414a9ab507

Contents?: true

Size: 295 Bytes

Versions: 1

Compression:

Stored size: 295 Bytes

Contents

class SaasCustomer
  # check the mock in the contact.rb for more information on how this model should behave
  def name
  end

  def highrise_base_url
  end

  def highrise_token
  end

  #must be included after required behavior has been added to the Class
  include HighriseMapper::Context
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
highrise_mapper-0.0.3 spec/support/saas_customer.rb