Class: Travis::Lint

Inherits:
Client::Entity show all
Defined in:
lib/travis/client/generated.rb

Instance Attribute Summary

Attributes inherited from Client::Entity

#session

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Client::Entity

#[], add_action, add_attribute, add_related_action, for_session, #initialize, #inspect, #merge!, #permission?, #to_entity, #to_h

Constructor Details

This class inherits a constructor from Travis::Client::Entity

Class Method Details

.lint(params = {}) ⇒ Object



1176
1177
1178
# File 'lib/travis/client/generated.rb', line 1176

def self.lint(params = {})
  # This is a placeholder.
end

Instance Method Details

#warningsObject

An array of hashes with keys and warnings.



1181
1182
1183
# File 'lib/travis/client/generated.rb', line 1181

def warnings
  # This is a placeholder.
end

#warnings?Boolean

Wheather or not #warnings returns a truthy value (anything but ‘nil` or `false`).

Returns:

  • (Boolean)


1186
1187
1188
# File 'lib/travis/client/generated.rb', line 1186

def warnings?
  # This is a placeholder.
end