class Square::Connect::ItemDetail

Attributes

category_name[RW]
sku[RW]

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/square/connect/item_detail.rb, line 6
def initialize(attributes = {})
  self.category_name = attributes[:category_name]
  self.sku = attributes[:sku]
end