Class: Tim::ProviderImage

Inherits:
Base
  • Object
show all
Defined in:
app/models/tim/provider_image.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#credentials=(value) ⇒ Object (writeonly)

Sets the attribute credentials

Parameters:

  • value

    the value to set the attribute credentials to.



12
13
14
# File 'app/models/tim/provider_image.rb', line 12

def credentials=(value)
  @credentials = value
end

Instance Method Details

#imported?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'app/models/tim/provider_image.rb', line 21

def imported?
  target_image.imported?
end