Class: Phaseo::Gen::CreditsResponse
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::CreditsResponse
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#credits ⇒ Hash{String => Object}
780 |
# File 'lib/gen/models.rb', line 780 CreditsResponse = Struct.new(:credits, :ok, keyword_init: true) |
#ok ⇒ String
780 |
# File 'lib/gen/models.rb', line 780 CreditsResponse = Struct.new(:credits, :ok, keyword_init: true) |