Class: Travis::Setting
- Inherits:
-
Client::Entity
- Object
- Client::Entity
- Travis::Setting
- Defined in:
- lib/travis/client/generated.rb
Instance Attribute Summary
Attributes inherited from Client::Entity
Class Method Summary collapse
Instance Method Summary collapse
- #find(params = {}) ⇒ Object
-
#name ⇒ Object
The setting’s name.
-
#name? ⇒ Boolean
Wheather or not #name returns a truthy value (anything but ‘nil` or `false`).
- #update(params = {}) ⇒ Object
-
#value ⇒ Object
The setting’s value.
-
#value? ⇒ Boolean
Wheather or not #value 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
.find(params = {}) ⇒ Object
1868 1869 1870 |
# File 'lib/travis/client/generated.rb', line 1868 def self.find(params = {}) # This is a placeholder. end |
.update(params = {}) ⇒ Object
1872 1873 1874 |
# File 'lib/travis/client/generated.rb', line 1872 def self.update(params = {}) # This is a placeholder. end |
Instance Method Details
#find(params = {}) ⇒ Object
1881 1882 1883 |
# File 'lib/travis/client/generated.rb', line 1881 def find(params = {}) # This is a placeholder. end |
#name ⇒ Object
The setting’s name.
1877 1878 1879 |
# File 'lib/travis/client/generated.rb', line 1877 def name # This is a placeholder. end |
#name? ⇒ Boolean
Wheather or not #name returns a truthy value (anything but ‘nil` or `false`).
1900 1901 1902 |
# File 'lib/travis/client/generated.rb', line 1900 def name? # This is a placeholder. end |
#update(params = {}) ⇒ Object
1890 1891 1892 |
# File 'lib/travis/client/generated.rb', line 1890 def update(params = {}) # This is a placeholder. end |
#value ⇒ Object
The setting’s value.
1886 1887 1888 |
# File 'lib/travis/client/generated.rb', line 1886 def value # This is a placeholder. end |
#value? ⇒ Boolean
Wheather or not #value returns a truthy value (anything but ‘nil` or `false`).
1895 1896 1897 |
# File 'lib/travis/client/generated.rb', line 1895 def value? # This is a placeholder. end |