Class: Pago::V2026_04::Models::BenefitGrantCustomProperties
- Defined in:
- lib/pago/v2026_04/models.rb,
sig/pago/v2026_04/generated.rbs
Constant Summary collapse
- JSON_KEYS =
{ }.freeze
- REQUIRED_KEYS =
[].freeze
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ BenefitGrantCustomProperties
constructor
A new instance of BenefitGrantCustomProperties.
Methods inherited from Model
#==, #[], #field_set?, #hash, #inspect, json_keys, required_json_keys, #to_json, #to_json_hash, wrap_raw
Constructor Details
#initialize ⇒ BenefitGrantCustomProperties
Returns a new instance of BenefitGrantCustomProperties.
4758 4759 4760 |
# File 'lib/pago/v2026_04/models.rb', line 4758 def initialize super end |
Class Method Details
.from_json(data) ⇒ BenefitGrantCustomProperties?
4764 4765 4766 4767 4768 4769 4770 |
# File 'lib/pago/v2026_04/models.rb', line 4764 def self.from_json(data) data = ::JSON.parse(data) if data.is_a?(String) data = ::Pago::Serde.object(data) return nil if data.nil? wrap_raw(new, data) end |