Skip to content

Commit

Permalink
Updating auto-generated REST resources
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Jan 8, 2024
1 parent d78dfe8 commit 58680ba
Show file tree
Hide file tree
Showing 1,043 changed files with 42,873 additions and 5,694 deletions.
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/abandoned_checkout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class AbandonedCheckout < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@abandoned_checkout_url = T.let(nil, T.nilable(String))
@billing_address = T.let(nil, T.nilable(T::Hash[T.untyped, T.untyped]))
Expand Down Expand Up @@ -55,6 +57,8 @@ def initialize(session: ShopifyAPI::Context.active_session)
@total_weight = T.let(nil, T.nilable(Integer))
@updated_at = T.let(nil, T.nilable(String))
@user_id = T.let(nil, T.nilable(Integer))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/access_scope.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ class AccessScope < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@handle = T.let(nil, T.nilable(String))
@access_scopes = T.let(nil, T.nilable(T::Array[T.untyped]))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/android_pay_key.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ class AndroidPayKey < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@id = T.let(nil, T.nilable(Integer))
@public_key = T.let(nil, T.nilable(String))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/apple_pay_certificate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ class ApplePayCertificate < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@id = T.let(nil, T.nilable(Integer))
@merchant_id = T.let(nil, T.nilable(String))
@status = T.let(nil, T.nilable(String))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/application_charge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class ApplicationCharge < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@confirmation_url = T.let(nil, T.nilable(String))
@created_at = T.let(nil, T.nilable(String))
Expand All @@ -26,6 +28,8 @@ def initialize(session: ShopifyAPI::Context.active_session)
@status = T.let(nil, T.nilable(String))
@test = T.let(nil, T.nilable(T::Boolean))
@updated_at = T.let(nil, T.nilable(String))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/application_credit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ class ApplicationCredit < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@amount = T.let(nil, T.nilable(String))
@currency = T.let(nil, T.nilable(Currency))
@description = T.let(nil, T.nilable(String))
@id = T.let(nil, T.nilable(Integer))
@test = T.let(nil, T.nilable(T::Boolean))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/article.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class Article < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@author = T.let(nil, T.nilable(String))
@blog_id = T.let(nil, T.nilable(Integer))
Expand All @@ -32,6 +34,8 @@ def initialize(session: ShopifyAPI::Context.active_session)
@title = T.let(nil, T.nilable(String))
@updated_at = T.let(nil, T.nilable(String))
@user_id = T.let(nil, T.nilable(Integer))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/asset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class Asset < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@attachment = T.let(nil, T.nilable(String))
@checksum = T.let(nil, T.nilable(String))
Expand All @@ -26,6 +28,8 @@ def initialize(session: ShopifyAPI::Context.active_session)
@theme_id = T.let(nil, T.nilable(Integer))
@updated_at = T.let(nil, T.nilable(String))
@value = T.let(nil, T.nilable(String))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class AssignedFulfillmentOrder < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@assigned_location_id = T.let(nil, T.nilable(Integer))
@destination = T.let(nil, T.nilable(T::Hash[T.untyped, T.untyped]))
Expand All @@ -24,6 +26,8 @@ def initialize(session: ShopifyAPI::Context.active_session)
@request_status = T.let(nil, T.nilable(String))
@shop_id = T.let(nil, T.nilable(Integer))
@status = T.let(nil, T.nilable(String))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down Expand Up @@ -51,10 +55,12 @@ def initialize(session: ShopifyAPI::Context.active_session)

class << self
sig do
returns(String)
returns(T::Array[String])
end
def json_response_body_name()
"fulfillment_order"
def json_response_body_names()
[
"fulfillment_order"
]
end

sig do
Expand Down
9 changes: 6 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/balance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ class Balance < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/blog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class Blog < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@admin_graphql_api_id = T.let(nil, T.nilable(String))
@commentable = T.let(nil, T.nilable(String))
Expand All @@ -28,6 +30,8 @@ def initialize(session: ShopifyAPI::Context.active_session)
@template_suffix = T.let(nil, T.nilable(String))
@title = T.let(nil, T.nilable(String))
@updated_at = T.let(nil, T.nilable(String))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/cancellation_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ class CancellationRequest < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@fulfillment_order_id = T.let(nil, T.nilable(Integer))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/carrier_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class CarrierService < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@active = T.let(nil, T.nilable(T::Boolean))
@admin_graphql_api_id = T.let(nil, T.nilable(String))
Expand All @@ -24,6 +26,8 @@ def initialize(session: ShopifyAPI::Context.active_session)
@id = T.let(nil, T.nilable(Integer))
@name = T.let(nil, T.nilable(String))
@service_discovery = T.let(nil, T.nilable(T::Boolean))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/checkout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class Checkout < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@billing_address = T.let(nil, T.nilable(T::Hash[T.untyped, T.untyped]))
@line_items = T.let(nil, T.nilable(T::Array[T.untyped]))
Expand Down Expand Up @@ -49,6 +51,8 @@ def initialize(session: ShopifyAPI::Context.active_session)
@updated_at = T.let(nil, T.nilable(String))
@user_id = T.let(nil, T.nilable(Integer))
@web_url = T.let(nil, T.nilable(String))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/collect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class Collect < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@collection_id = T.let(nil, T.nilable(Integer))
@created_at = T.let(nil, T.nilable(String))
Expand All @@ -23,6 +25,8 @@ def initialize(session: ShopifyAPI::Context.active_session)
@product_id = T.let(nil, T.nilable(Integer))
@sort_value = T.let(nil, T.nilable(String))
@updated_at = T.let(nil, T.nilable(String))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({}, T::Hash[Symbol, Class])
Expand Down
10 changes: 7 additions & 3 deletions lib/shopify_api/rest/resources/2022_04/collection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class Collection < ShopifyAPI::Rest::Base
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
def initialize(session: ShopifyAPI::Context.active_session)
super(session: session)
@api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
@retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)

sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)

@title = T.let(nil, T.nilable(String))
@body_html = T.let(nil, T.nilable(String))
Expand All @@ -26,6 +28,8 @@ def initialize(session: ShopifyAPI::Context.active_session)
@sort_order = T.let(nil, T.nilable(String))
@template_suffix = T.let(nil, T.nilable(String))
@updated_at = T.let(nil, T.nilable(String))

super(session: session, from_hash: from_hash)
end

@has_one = T.let({
Expand Down
Loading

0 comments on commit 58680ba

Please sign in to comment.