Module: Travis::Client::NotLoadable

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

Instance Method Summary collapse

Instance Method Details

#complete?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/travis/client/not_loadable.rb', line 8

def complete?
  true
end

#missing?(attribute) ⇒ Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/travis/client/not_loadable.rb', line 4

def missing?(attribute)
  false
end