Class: Travis::Active
- Inherits:
-
Client::Entity
- Object
- Client::Entity
- Travis::Active
- Defined in:
- lib/travis/client/generated.rb
Instance Attribute Summary
Attributes inherited from Client::Entity
Class Method Summary collapse
Instance Method Summary collapse
-
#builds ⇒ Object
The active builds.
-
#builds? ⇒ Boolean
Wheather or not #builds returns a truthy value (anything but ‘nil` or `false`).
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
.for_owner(params = {}) ⇒ Object
114 115 116 |
# File 'lib/travis/client/generated.rb', line 114 def self.for_owner(params = {}) # This is a placeholder. end |
Instance Method Details
#builds ⇒ Object
The active builds.
119 120 121 |
# File 'lib/travis/client/generated.rb', line 119 def builds # This is a placeholder. end |
#builds? ⇒ Boolean
Wheather or not #builds returns a truthy value (anything but ‘nil` or `false`).
124 125 126 |
# File 'lib/travis/client/generated.rb', line 124 def builds? # This is a placeholder. end |