Class: Travis::BetaFeature
- Inherits:
-
Client::Entity
- Object
- Client::Entity
- Travis::BetaFeature
- Defined in:
- lib/travis/client/generated.rb
Instance Attribute Summary
Attributes inherited from Client::Entity
Class Method Summary collapse
Instance Method Summary collapse
- #delete(params = {}) ⇒ Object
-
#description ⇒ Object
Longer description of the feature.
-
#description? ⇒ Boolean
Wheather or not #description returns a truthy value (anything but ‘nil` or `false`).
-
#enabled ⇒ Object
Indicates if the user has this feature turned on.
-
#enabled? ⇒ Boolean
Wheather or not #enabled returns a truthy value (anything but ‘nil` or `false`).
-
#feedback_url ⇒ Object
Url for users to leave Travis CI feedback on this feature.
-
#feedback_url? ⇒ Boolean
Wheather or not #feedback_url returns a truthy value (anything but ‘nil` or `false`).
-
#id ⇒ Object
Value uniquely identifying the beta feature.
-
#id? ⇒ Boolean
Wheather or not #id returns a truthy value (anything but ‘nil` or `false`).
-
#name ⇒ Object
The name of the feature.
-
#name? ⇒ Boolean
Wheather or not #name returns a truthy value (anything but ‘nil` or `false`).
- #update(params = {}) ⇒ Object
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
.delete(params = {}) ⇒ Object
130 131 132 |
# File 'lib/travis/client/generated.rb', line 130 def self.delete(params = {}) # This is a placeholder. end |
.update(params = {}) ⇒ Object
134 135 136 |
# File 'lib/travis/client/generated.rb', line 134 def self.update(params = {}) # This is a placeholder. end |
Instance Method Details
#delete(params = {}) ⇒ Object
143 144 145 |
# File 'lib/travis/client/generated.rb', line 143 def delete(params = {}) # This is a placeholder. end |
#description ⇒ Object
Longer description of the feature.
157 158 159 |
# File 'lib/travis/client/generated.rb', line 157 def description # This is a placeholder. end |
#description? ⇒ Boolean
Wheather or not #description returns a truthy value (anything but ‘nil` or `false`).
177 178 179 |
# File 'lib/travis/client/generated.rb', line 177 def description? # This is a placeholder. end |
#enabled ⇒ Object
Indicates if the user has this feature turned on.
182 183 184 |
# File 'lib/travis/client/generated.rb', line 182 def enabled # This is a placeholder. end |
#enabled? ⇒ Boolean
Wheather or not #enabled returns a truthy value (anything but ‘nil` or `false`).
152 153 154 |
# File 'lib/travis/client/generated.rb', line 152 def enabled? # This is a placeholder. end |
#feedback_url ⇒ Object
Url for users to leave Travis CI feedback on this feature.
187 188 189 |
# File 'lib/travis/client/generated.rb', line 187 def feedback_url # This is a placeholder. end |
#feedback_url? ⇒ Boolean
Wheather or not #feedback_url returns a truthy value (anything but ‘nil` or `false`).
192 193 194 |
# File 'lib/travis/client/generated.rb', line 192 def feedback_url? # This is a placeholder. end |
#id ⇒ Object
Value uniquely identifying the beta feature.
162 163 164 |
# File 'lib/travis/client/generated.rb', line 162 def id # This is a placeholder. end |
#id? ⇒ Boolean
Wheather or not #id returns a truthy value (anything but ‘nil` or `false`).
167 168 169 |
# File 'lib/travis/client/generated.rb', line 167 def id? # This is a placeholder. end |
#name ⇒ Object
The name of the feature.
139 140 141 |
# File 'lib/travis/client/generated.rb', line 139 def name # This is a placeholder. end |
#name? ⇒ Boolean
Wheather or not #name returns a truthy value (anything but ‘nil` or `false`).
172 173 174 |
# File 'lib/travis/client/generated.rb', line 172 def name? # This is a placeholder. end |
#update(params = {}) ⇒ Object
147 148 149 |
# File 'lib/travis/client/generated.rb', line 147 def update(params = {}) # This is a placeholder. end |