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
| 8 9 10 | # File 'lib/travis/client/not_loadable.rb', line 8 def complete? true end | 
#missing?(attribute) ⇒ Boolean
| 4 5 6 | # File 'lib/travis/client/not_loadable.rb', line 4 def missing?(attribute) false end |