class Lightspeed::ItemMatrix

Public Class Methods

collection_name() click to toggle source

overrides

# File lib/lightspeed/item_matrix.rb, line 45
def self.collection_name
  'ItemMatrices'
end

Public Instance Methods

prices() click to toggle source
# File lib/lightspeed/item_matrix.rb, line 53
def prices
  @prices ||= Lightspeed::Prices.new(self.Prices)
end
singular_path_parent() click to toggle source
# File lib/lightspeed/item_matrix.rb, line 49
def singular_path_parent
  account
end