Sha256: 4e74037580175d7cd5653692d5760f0ce65b18e2784102d300f97e467d526760

Contents?: true

Size: 450 Bytes

Versions: 5

Compression:

Stored size: 450 Bytes

Contents

require "flex_commerce_api/api_base"
  #
  # A flex commerce Note model
  #
  # This model provides access to flex commerce notes
  #
  # It is used much like an active record model.
  #
  # Examples:
  #
  #   # Fetching notes for a specific customer account
  #   FlexCommerce::Note.where(customer_account_id: 1).all
  #
module FlexCommerce
  class Note < FlexCommerceApi::ApiBase
    # @TODO Document popular methods that we will support
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flex_commerce_api-0.8.3 app/models/note.rb
flex_commerce_api-0.8.2 app/models/note.rb
flex_commerce_api-0.8.1 app/models/note.rb
flex_commerce_api-0.7 app/models/note.rb
flex_commerce_api-0.6.57 app/models/note.rb