Class: Travis::Template
- Inherits:
-
Client::Entity
- Object
- Client::Entity
- Travis::Template
- Defined in:
- lib/travis/client/generated.rb
Instance Attribute Summary
Attributes inherited from Client::Entity
Instance Method Summary collapse
- #accepted_params ⇒ Object
-
#accepted_params? ⇒ Boolean
Wheather or not #accepted_params returns a truthy value (anything but ‘nil` or `false`).
- #request_method ⇒ Object
-
#request_method? ⇒ Boolean
Wheather or not #request_method returns a truthy value (anything but ‘nil` or `false`).
- #uri_template ⇒ Object
-
#uri_template? ⇒ Boolean
Wheather or not #uri_template 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
Instance Method Details
#accepted_params ⇒ Object
90 91 92 |
# File 'lib/travis/client/generated.rb', line 90 def accepted_params # This is a placeholder. end |
#accepted_params? ⇒ Boolean
Wheather or not #accepted_params returns a truthy value (anything but ‘nil` or `false`).
105 106 107 |
# File 'lib/travis/client/generated.rb', line 105 def accepted_params? # This is a placeholder. end |
#request_method ⇒ Object
82 83 84 |
# File 'lib/travis/client/generated.rb', line 82 def request_method # This is a placeholder. end |
#request_method? ⇒ Boolean
Wheather or not #request_method returns a truthy value (anything but ‘nil` or `false`).
95 96 97 |
# File 'lib/travis/client/generated.rb', line 95 def request_method? # This is a placeholder. end |
#uri_template ⇒ Object
86 87 88 |
# File 'lib/travis/client/generated.rb', line 86 def uri_template # This is a placeholder. end |
#uri_template? ⇒ Boolean
Wheather or not #uri_template returns a truthy value (anything but ‘nil` or `false`).
100 101 102 |
# File 'lib/travis/client/generated.rb', line 100 def uri_template? # This is a placeholder. end |