Class: Tim::ProviderImage
- Defined in:
- app/models/tim/provider_image.rb
Instance Attribute Summary collapse
-
#credentials ⇒ Object
writeonly
Sets the attribute credentials.
Instance Method Summary collapse
Instance Attribute Details
#credentials=(value) ⇒ Object (writeonly)
Sets the attribute credentials
12 13 14 |
# File 'app/models/tim/provider_image.rb', line 12 def credentials=(value) @credentials = value end |
Instance Method Details
#imported? ⇒ Boolean
21 22 23 |
# File 'app/models/tim/provider_image.rb', line 21 def imported? target_image.imported? end |