Module: Travis::Client::NotLoadable

Included in:
Commit, EnvVar, WeakEntity
Defined in:
lib/travis/client/not_loadable.rb

Instance Method Summary collapse

Instance Method Details

#complete?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/travis/client/not_loadable.rb', line 10

def complete?
  true
end

#missing?(_attribute) ⇒ Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/travis/client/not_loadable.rb', line 6

def missing?(_attribute)
  false
end