Class: Travis::BetaFeature

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

.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

#descriptionObject

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`).

Returns:

  • (Boolean)


177
178
179
# File 'lib/travis/client/generated.rb', line 177

def description?
  # This is a placeholder.
end

#enabledObject

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`).

Returns:

  • (Boolean)


152
153
154
# File 'lib/travis/client/generated.rb', line 152

def enabled?
  # This is a placeholder.
end

#feedback_urlObject

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`).

Returns:

  • (Boolean)


192
193
194
# File 'lib/travis/client/generated.rb', line 192

def feedback_url?
  # This is a placeholder.
end

#idObject

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`).

Returns:

  • (Boolean)


167
168
169
# File 'lib/travis/client/generated.rb', line 167

def id?
  # This is a placeholder.
end

#nameObject

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`).

Returns:

  • (Boolean)


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