Class: Travis::Setting

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

.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

#nameObject

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

Returns:

  • (Boolean)


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

#valueObject

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

Returns:

  • (Boolean)


1895
1896
1897
# File 'lib/travis/client/generated.rb', line 1895

def value?
  # This is a placeholder.
end