Method: Falsify::Fulfillment#name

Defined in:
lib/falsify/models/fulfillment/fulfillment.rb

#nameString

The uniquely identifying fulfillment name, consisting of two parts separated by a .. The first part represents the order name and the second part represents the fulfillment number. The fulfillment number automatically increments depending on how many fulfillments are in an order (e.g. #1001.1, #1001.2).

Returns:

  • (String)


27
28
29
# File 'lib/falsify/models/fulfillment/fulfillment.rb', line 27

def name
  @name
end