Class: Stripe::Privacy::RedactionJobService::RunParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/privacy/redaction_job_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ RunParams

Returns a new instance of RunParams.



136
137
138
# File 'lib/stripe/services/privacy/redaction_job_service.rb', line 136

def initialize(expand: nil)
  @expand = expand
end

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



134
135
136
# File 'lib/stripe/services/privacy/redaction_job_service.rb', line 134

def expand
  @expand
end