Class: ShopifyAPI::GraphQL::Request::UserError
- Defined in:
- lib/shopify_api/graphql/request.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ UserError
constructor
A new instance of UserError.
Constructor Details
#initialize(errors) ⇒ UserError
Returns a new instance of UserError.
20 21 22 23 |
# File 'lib/shopify_api/graphql/request.rb', line 20 def initialize(errors) super (errors) @errors = errors end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
18 19 20 |
# File 'lib/shopify_api/graphql/request.rb', line 18 def errors @errors end |