Class: OxAiWorkers::Models::ImagesBase
- Inherits:
-
Object
- Object
- OxAiWorkers::Models::ImagesBase
- Defined in:
- lib/oxaiworkers/models/images_base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#options ⇒ Object
Returns the value of attribute options.
-
#qualities ⇒ Object
Returns the value of attribute qualities.
-
#result ⇒ Object
Returns the value of attribute result.
-
#sizes ⇒ Object
Returns the value of attribute sizes.
Instance Method Summary collapse
-
#initialize(options:) ⇒ ImagesBase
constructor
A new instance of ImagesBase.
Constructor Details
#initialize(options:) ⇒ ImagesBase
Returns a new instance of ImagesBase.
6 7 8 |
# File 'lib/oxaiworkers/models/images_base.rb', line 6 def initialize(options:) @options = end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
4 5 6 |
# File 'lib/oxaiworkers/models/images_base.rb', line 4 def client @client end |
#options ⇒ Object
Returns the value of attribute options.
4 5 6 |
# File 'lib/oxaiworkers/models/images_base.rb', line 4 def @options end |
#qualities ⇒ Object
Returns the value of attribute qualities.
4 5 6 |
# File 'lib/oxaiworkers/models/images_base.rb', line 4 def qualities @qualities end |
#result ⇒ Object
Returns the value of attribute result.
4 5 6 |
# File 'lib/oxaiworkers/models/images_base.rb', line 4 def result @result end |
#sizes ⇒ Object
Returns the value of attribute sizes.
4 5 6 |
# File 'lib/oxaiworkers/models/images_base.rb', line 4 def sizes @sizes end |