Sha256: 140e25a9c3f1e52a1d4d87bdcc1e58f1c907c12841ac0ff3e318216a9d590210
Contents?: true
Size: 380 Bytes
Versions: 9
Compression:
Stored size: 380 Bytes
Contents
module Recurly class ExternalProductReference < Resource # @return [ExternalProduct] belongs_to :external_product define_attribute_methods %w( id reference_code external_connection_type created_at updated_at ) protected(*%w(save save!)) private_class_method(*%w(all first paginate scoped where create create!)) end end
Version data entries
9 entries across 9 versions & 1 rubygems