Class: Travis::Home

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



2
3
4
# File 'lib/travis/client/generated.rb', line 2

def self.find(params = {})
  # This is a placeholder.
end

Instance Method Details

#configObject



6
7
8
# File 'lib/travis/client/generated.rb', line 6

def config
  # This is a placeholder.
end

#config?Boolean

Wheather or not #config returns a truthy value (anything but ‘nil` or `false`).

Returns:

  • (Boolean)


19
20
21
# File 'lib/travis/client/generated.rb', line 19

def config?
  # This is a placeholder.
end

#errorsObject



10
11
12
# File 'lib/travis/client/generated.rb', line 10

def errors
  # This is a placeholder.
end

#errors?Boolean

Wheather or not #errors returns a truthy value (anything but ‘nil` or `false`).

Returns:

  • (Boolean)


24
25
26
# File 'lib/travis/client/generated.rb', line 24

def errors?
  # This is a placeholder.
end

#resourcesObject



14
15
16
# File 'lib/travis/client/generated.rb', line 14

def resources
  # This is a placeholder.
end

#resources?Boolean

Wheather or not #resources returns a truthy value (anything but ‘nil` or `false`).

Returns:

  • (Boolean)


29
30
31
# File 'lib/travis/client/generated.rb', line 29

def resources?
  # This is a placeholder.
end