Class: Travis::EnvVar
- Inherits:
-
Client::Entity
- Object
- Client::Entity
- Travis::EnvVar
- 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
- #find(params = {}) ⇒ Object
- #id ⇒ Object
-
#id? ⇒ Boolean
Wheather or not #id returns a truthy value (anything but ‘nil` or `false`).
-
#name ⇒ Object
The environment variable name, e.g.
-
#name? ⇒ Boolean
Wheather or not #name returns a truthy value (anything but ‘nil` or `false`).
-
#public ⇒ Object
Whether this environment variable should be publicly visible or not.
-
#public? ⇒ Boolean
Wheather or not #public returns a truthy value (anything but ‘nil` or `false`).
- #update(params = {}) ⇒ Object
-
#value ⇒ Object
The environment variable’s value, e.g.
-
#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
.delete(params = {}) ⇒ Object
770 771 772 |
# File 'lib/travis/client/generated.rb', line 770 def self.delete(params = {}) # This is a placeholder. end |
.find(params = {}) ⇒ Object
766 767 768 |
# File 'lib/travis/client/generated.rb', line 766 def self.find(params = {}) # This is a placeholder. end |
.update(params = {}) ⇒ Object
774 775 776 |
# File 'lib/travis/client/generated.rb', line 774 def self.update(params = {}) # This is a placeholder. end |
Instance Method Details
#delete(params = {}) ⇒ Object
787 788 789 |
# File 'lib/travis/client/generated.rb', line 787 def delete(params = {}) # This is a placeholder. end |
#find(params = {}) ⇒ Object
783 784 785 |
# File 'lib/travis/client/generated.rb', line 783 def find(params = {}) # This is a placeholder. end |
#id ⇒ Object
810 811 812 |
# File 'lib/travis/client/generated.rb', line 810 def id # This is a placeholder. end |
#id? ⇒ Boolean
Wheather or not #id returns a truthy value (anything but ‘nil` or `false`).
820 821 822 |
# File 'lib/travis/client/generated.rb', line 820 def id? # This is a placeholder. end |
#name ⇒ Object
The environment variable name, e.g. FOO.
779 780 781 |
# File 'lib/travis/client/generated.rb', line 779 def name # This is a placeholder. end |
#name? ⇒ Boolean
Wheather or not #name returns a truthy value (anything but ‘nil` or `false`).
825 826 827 |
# File 'lib/travis/client/generated.rb', line 825 def name? # This is a placeholder. end |
#public ⇒ Object
Whether this environment variable should be publicly visible or not.
797 798 799 |
# File 'lib/travis/client/generated.rb', line 797 def public # This is a placeholder. end |
#public? ⇒ Boolean
Wheather or not #public returns a truthy value (anything but ‘nil` or `false`).
815 816 817 |
# File 'lib/travis/client/generated.rb', line 815 def public? # This is a placeholder. end |
#update(params = {}) ⇒ Object
801 802 803 |
# File 'lib/travis/client/generated.rb', line 801 def update(params = {}) # This is a placeholder. end |
#value ⇒ Object
The environment variable’s value, e.g. bar.
792 793 794 |
# File 'lib/travis/client/generated.rb', line 792 def value # This is a placeholder. end |
#value? ⇒ Boolean
Wheather or not #value returns a truthy value (anything but ‘nil` or `false`).
806 807 808 |
# File 'lib/travis/client/generated.rb', line 806 def value? # This is a placeholder. end |