Class: Travis::Organization
- Inherits:
-
Client::Entity
- Object
- Client::Entity
- Travis::Organization
- 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
- #active_for_owner(params = {}) ⇒ Object
-
#avatar_url ⇒ Object
Avatar_url set on GitHub.
-
#avatar_url? ⇒ Boolean
Wheather or not #avatar_url returns a truthy value (anything but ‘nil` or `false`).
- #find(params = {}) ⇒ Object
- #find_owner(params = {}) ⇒ Object
- #for_owner_active(params = {}) ⇒ Object
- #for_owner_repositories(params = {}) ⇒ Object
- #github_id ⇒ Object
-
#github_id? ⇒ Boolean
Wheather or not #github_id returns a truthy value (anything but ‘nil` or `false`).
-
#id ⇒ Object
Value uniquely identifying the organization.
-
#id? ⇒ Boolean
Wheather or not #id returns a truthy value (anything but ‘nil` or `false`).
-
#login ⇒ Object
Login set on GitHub.
-
#login? ⇒ Boolean
Wheather or not #login returns a truthy value (anything but ‘nil` or `false`).
-
#name ⇒ Object
Name set on GitHub.
-
#name? ⇒ Boolean
Wheather or not #name returns a truthy value (anything but ‘nil` or `false`).
- #owner(params = {}) ⇒ Object
- #owner_find(params = {}) ⇒ Object
-
#repositories ⇒ Object
Repositories belonging to this organization.
-
#repositories? ⇒ Boolean
Wheather or not #repositories returns a truthy value (anything but ‘nil` or `false`).
- #repositories_for_owner(params = {}) ⇒ Object
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
1203 1204 1205 |
# File 'lib/travis/client/generated.rb', line 1203 def self.find(params = {}) # This is a placeholder. end |
Instance Method Details
#active(params = {}) ⇒ Object
1220 1221 1222 |
# File 'lib/travis/client/generated.rb', line 1220 def active(params = {}) # This is a placeholder. end |
#active_for_owner(params = {}) ⇒ Object
1278 1279 1280 |
# File 'lib/travis/client/generated.rb', line 1278 def active_for_owner(params = {}) # This is a placeholder. end |
#avatar_url ⇒ Object
Avatar_url set on GitHub.
1259 1260 1261 |
# File 'lib/travis/client/generated.rb', line 1259 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`).
1264 1265 1266 |
# File 'lib/travis/client/generated.rb', line 1264 def avatar_url? # This is a placeholder. end |
#find(params = {}) ⇒ Object
1212 1213 1214 |
# File 'lib/travis/client/generated.rb', line 1212 def find(params = {}) # This is a placeholder. end |
#find_owner(params = {}) ⇒ Object
1290 1291 1292 |
# File 'lib/travis/client/generated.rb', line 1290 def find_owner(params = {}) # This is a placeholder. end |
#for_owner_active(params = {}) ⇒ Object
1282 1283 1284 |
# File 'lib/travis/client/generated.rb', line 1282 def for_owner_active(params = {}) # This is a placeholder. end |
#for_owner_repositories(params = {}) ⇒ Object
1298 1299 1300 |
# File 'lib/travis/client/generated.rb', line 1298 def for_owner_repositories(params = {}) # This is a placeholder. end |
#github_id ⇒ Object
1249 1250 1251 |
# File 'lib/travis/client/generated.rb', line 1249 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`).
1254 1255 1256 |
# File 'lib/travis/client/generated.rb', line 1254 def github_id? # This is a placeholder. end |
#id ⇒ Object
Value uniquely identifying the organization.
1225 1226 1227 |
# File 'lib/travis/client/generated.rb', line 1225 def id # This is a placeholder. end |
#id? ⇒ Boolean
Wheather or not #id returns a truthy value (anything but ‘nil` or `false`).
1230 1231 1232 |
# File 'lib/travis/client/generated.rb', line 1230 def id? # This is a placeholder. end |
#login ⇒ Object
Login set on GitHub.
1240 1241 1242 |
# File 'lib/travis/client/generated.rb', line 1240 def login # This is a placeholder. end |
#login? ⇒ Boolean
Wheather or not #login returns a truthy value (anything but ‘nil` or `false`).
1245 1246 1247 |
# File 'lib/travis/client/generated.rb', line 1245 def login? # This is a placeholder. end |
#name ⇒ Object
Name set on GitHub.
1208 1209 1210 |
# File 'lib/travis/client/generated.rb', line 1208 def name # This is a placeholder. end |
#name? ⇒ Boolean
Wheather or not #name returns a truthy value (anything but ‘nil` or `false`).
1235 1236 1237 |
# File 'lib/travis/client/generated.rb', line 1235 def name? # This is a placeholder. end |
#owner(params = {}) ⇒ Object
1216 1217 1218 |
# File 'lib/travis/client/generated.rb', line 1216 def owner(params = {}) # This is a placeholder. end |
#owner_find(params = {}) ⇒ Object
1286 1287 1288 |
# File 'lib/travis/client/generated.rb', line 1286 def owner_find(params = {}) # This is a placeholder. end |
#repositories ⇒ Object
Repositories belonging to this organization.
1269 1270 1271 |
# File 'lib/travis/client/generated.rb', line 1269 def repositories # This is a placeholder. end |
#repositories? ⇒ Boolean
Wheather or not #repositories returns a truthy value (anything but ‘nil` or `false`).
1274 1275 1276 |
# File 'lib/travis/client/generated.rb', line 1274 def repositories? # This is a placeholder. end |
#repositories_for_owner(params = {}) ⇒ Object
1294 1295 1296 |
# File 'lib/travis/client/generated.rb', line 1294 def repositories_for_owner(params = {}) # This is a placeholder. end |