class Kontena::Cli::Models::ImageRepo
Public Instance Methods
created_at()
click to toggle source
# File lib/kontena/cli/models/image_repo.rb, line 7 def created_at Time.parse(@api_data.dig('attributes', 'created-at')).to_i end
updated_at()
click to toggle source
# File lib/kontena/cli/models/image_repo.rb, line 11 def updated_at Time.parse(@api_data.dig('attributes', 'updated-at')).to_i end