Class: Travis::Owner
- Inherits:
-
Client::Entity
- Object
- Client::Entity
- Travis::Owner
- Defined in:
- lib/travis/client/generated.rb
Instance Attribute Summary
Attributes inherited from Client::Entity
Class Method Summary collapse
Instance Method Summary collapse
- #active(params = {}) ⇒ Object
-
#avatar_url ⇒ Object
Link to user or organization avatar (image) set on GitHub.
-
#avatar_url? ⇒ Boolean
Wheather or not #avatar_url returns a truthy value (anything but ‘nil` or `false`).
- #find(params = {}) ⇒ Object
-
#github_id ⇒ Object
User or organization id set on GitHub.
-
#github_id? ⇒ Boolean
Wheather or not #github_id returns a truthy value (anything but ‘nil` or `false`).
-
#id ⇒ Object
Value uniquely identifying the owner.
-
#id? ⇒ Boolean
Wheather or not #id returns a truthy value (anything but ‘nil` or `false`).
-
#login ⇒ Object
User or organization login set on GitHub.
-
#login? ⇒ Boolean
Wheather or not #login returns a truthy value (anything but ‘nil` or `false`).
-
#name ⇒ Object
User or organization name set on GitHub.
-
#name? ⇒ Boolean
Wheather or not #name returns a truthy value (anything but ‘nil` or `false`).
-
#repositories ⇒ Object
Repositories belonging to this account.
-
#repositories? ⇒ Boolean
Wheather or not #repositories 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
.find(params = {}) ⇒ Object
1311 1312 1313 |
# File 'lib/travis/client/generated.rb', line 1311 def self.find(params = {}) # This is a placeholder. end |
Instance Method Details
#active(params = {}) ⇒ Object
1324 1325 1326 |
# File 'lib/travis/client/generated.rb', line 1324 def active(params = {}) # This is a placeholder. end |
#avatar_url ⇒ Object
Link to user or organization avatar (image) set on GitHub.
1364 1365 1366 |
# File 'lib/travis/client/generated.rb', line 1364 def avatar_url # This is a placeholder. end |
#avatar_url? ⇒ Boolean
Wheather or not #avatar_url returns a truthy value (anything but ‘nil` or `false`).
1369 1370 1371 |
# File 'lib/travis/client/generated.rb', line 1369 def avatar_url? # This is a placeholder. end |
#find(params = {}) ⇒ Object
1320 1321 1322 |
# File 'lib/travis/client/generated.rb', line 1320 def find(params = {}) # This is a placeholder. end |
#github_id ⇒ Object
User or organization id set on GitHub.
1354 1355 1356 |
# File 'lib/travis/client/generated.rb', line 1354 def github_id # This is a placeholder. end |
#github_id? ⇒ Boolean
Wheather or not #github_id returns a truthy value (anything but ‘nil` or `false`).
1359 1360 1361 |
# File 'lib/travis/client/generated.rb', line 1359 def github_id? # This is a placeholder. end |
#id ⇒ Object
Value uniquely identifying the owner.
1329 1330 1331 |
# File 'lib/travis/client/generated.rb', line 1329 def id # This is a placeholder. end |
#id? ⇒ Boolean
Wheather or not #id returns a truthy value (anything but ‘nil` or `false`).
1334 1335 1336 |
# File 'lib/travis/client/generated.rb', line 1334 def id? # This is a placeholder. end |
#login ⇒ Object
User or organization login set on GitHub.
1344 1345 1346 |
# File 'lib/travis/client/generated.rb', line 1344 def login # This is a placeholder. end |
#login? ⇒ Boolean
Wheather or not #login returns a truthy value (anything but ‘nil` or `false`).
1349 1350 1351 |
# File 'lib/travis/client/generated.rb', line 1349 def login? # This is a placeholder. end |
#name ⇒ Object
User or organization name set on GitHub.
1316 1317 1318 |
# File 'lib/travis/client/generated.rb', line 1316 def name # This is a placeholder. end |
#name? ⇒ Boolean
Wheather or not #name returns a truthy value (anything but ‘nil` or `false`).
1339 1340 1341 |
# File 'lib/travis/client/generated.rb', line 1339 def name? # This is a placeholder. end |
#repositories ⇒ Object
Repositories belonging to this account.
1374 1375 1376 |
# File 'lib/travis/client/generated.rb', line 1374 def repositories # This is a placeholder. end |
#repositories? ⇒ Boolean
Wheather or not #repositories returns a truthy value (anything but ‘nil` or `false`).
1379 1380 1381 |
# File 'lib/travis/client/generated.rb', line 1379 def repositories? # This is a placeholder. end |