Class: HeyQuarry::ShopifyProfileSync::SyncResult
- Inherits:
-
Struct
- Object
- Struct
- HeyQuarry::ShopifyProfileSync::SyncResult
- Defined in:
- lib/heyquarry/shopify_profile_sync/sync.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#shop_domain ⇒ Object
Returns the value of attribute shop_domain.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
12 13 14 |
# File 'lib/heyquarry/shopify_profile_sync/sync.rb', line 12 def error @error end |
#ok ⇒ Object
Returns the value of attribute ok
12 13 14 |
# File 'lib/heyquarry/shopify_profile_sync/sync.rb', line 12 def ok @ok end |
#shop_domain ⇒ Object
Returns the value of attribute shop_domain
12 13 14 |
# File 'lib/heyquarry/shopify_profile_sync/sync.rb', line 12 def shop_domain @shop_domain end |
#skipped ⇒ Object
Returns the value of attribute skipped
12 13 14 |
# File 'lib/heyquarry/shopify_profile_sync/sync.rb', line 12 def skipped @skipped end |
#status ⇒ Object
Returns the value of attribute status
12 13 14 |
# File 'lib/heyquarry/shopify_profile_sync/sync.rb', line 12 def status @status end |