Class: Travis::EnvVar

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



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

#idObject



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

Returns:

  • (Boolean)


820
821
822
# File 'lib/travis/client/generated.rb', line 820

def id?
  # This is a placeholder.
end

#nameObject

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

Returns:

  • (Boolean)


825
826
827
# File 'lib/travis/client/generated.rb', line 825

def name?
  # This is a placeholder.
end

#publicObject

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

Returns:

  • (Boolean)


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

#valueObject

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

Returns:

  • (Boolean)


806
807
808
# File 'lib/travis/client/generated.rb', line 806

def value?
  # This is a placeholder.
end