Class: HeyQuarry::ShopifyProfileSync::SyncResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/heyquarry/shopify_profile_sync/sync.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



12
13
14
# File 'lib/heyquarry/shopify_profile_sync/sync.rb', line 12

def error
  @error
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



12
13
14
# File 'lib/heyquarry/shopify_profile_sync/sync.rb', line 12

def ok
  @ok
end

#shop_domainObject

Returns the value of attribute shop_domain

Returns:

  • (Object)

    the current value of shop_domain



12
13
14
# File 'lib/heyquarry/shopify_profile_sync/sync.rb', line 12

def shop_domain
  @shop_domain
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



12
13
14
# File 'lib/heyquarry/shopify_profile_sync/sync.rb', line 12

def skipped
  @skipped
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



12
13
14
# File 'lib/heyquarry/shopify_profile_sync/sync.rb', line 12

def status
  @status
end