Class: RunApi::Midjourney::Resources::GetSeed
- Inherits:
-
Object
- Object
- RunApi::Midjourney::Resources::GetSeed
- Includes:
- Core::ResourceHelpers
- Defined in:
- lib/runapi/midjourney/resources/get_seed.rb
Overview
Looks up the seed for an account-owned generated image.
Constant Summary collapse
- ENDPOINT =
"/api/v1/midjourney/get_seed"- RESPONSE_CLASS =
Types::GetSeedResponse
Instance Method Summary collapse
-
#initialize(http) ⇒ GetSeed
constructor
A new instance of GetSeed.
- #run(options: nil, **params) ⇒ Object
Constructor Details
#initialize(http) ⇒ GetSeed
Returns a new instance of GetSeed.
13 |
# File 'lib/runapi/midjourney/resources/get_seed.rb', line 13 def initialize(http) = (@http = http) |