Class: Travis::Resource
- Inherits:
-
Client::Entity
- Object
- Client::Entity
- Travis::Resource
- Defined in:
- lib/travis/client/generated.rb
Instance Attribute Summary
Attributes inherited from Client::Entity
Instance Method Summary collapse
- #access_rights ⇒ Object
-
#access_rights? ⇒ Boolean
Wheather or not #access_rights returns a truthy value (anything but
nilorfalse). - #actions ⇒ Object
-
#actions? ⇒ Boolean
Wheather or not #actions returns a truthy value (anything but
nilorfalse). - #attributes ⇒ Object
-
#attributes? ⇒ Boolean
Wheather or not #attributes returns a truthy value (anything but
nilorfalse). - #permissions ⇒ Object
-
#permissions? ⇒ Boolean
Wheather or not #permissions returns a truthy value (anything but
nilorfalse). - #representations ⇒ Object
-
#representations? ⇒ Boolean
Wheather or not #representations returns a truthy value (anything but
nilorfalse).
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
#access_rights ⇒ Object
71 72 73 |
# File 'lib/travis/client/generated.rb', line 71 def access_rights # This is a placeholder. end |
#access_rights? ⇒ Boolean
Wheather or not #access_rights returns a truthy value (anything but nil or false).
76 77 78 |
# File 'lib/travis/client/generated.rb', line 76 def access_rights? # This is a placeholder. end |
#actions ⇒ Object
43 44 45 |
# File 'lib/travis/client/generated.rb', line 43 def actions # This is a placeholder. end |
#actions? ⇒ Boolean
Wheather or not #actions returns a truthy value (anything but nil or false).
48 49 50 |
# File 'lib/travis/client/generated.rb', line 48 def actions? # This is a placeholder. end |
#attributes ⇒ Object
35 36 37 |
# File 'lib/travis/client/generated.rb', line 35 def attributes # This is a placeholder. end |
#attributes? ⇒ Boolean
Wheather or not #attributes returns a truthy value (anything but nil or false).
53 54 55 |
# File 'lib/travis/client/generated.rb', line 53 def attributes? # This is a placeholder. end |
#permissions ⇒ Object
39 40 41 |
# File 'lib/travis/client/generated.rb', line 39 def # This is a placeholder. end |
#permissions? ⇒ Boolean
Wheather or not #permissions returns a truthy value (anything but nil or false).
67 68 69 |
# File 'lib/travis/client/generated.rb', line 67 def # This is a placeholder. end |
#representations ⇒ Object
57 58 59 |
# File 'lib/travis/client/generated.rb', line 57 def representations # This is a placeholder. end |
#representations? ⇒ Boolean
Wheather or not #representations returns a truthy value (anything but nil or false).
62 63 64 |
# File 'lib/travis/client/generated.rb', line 62 def representations? # This is a placeholder. end |