Class: Travis::Organization

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



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_urlObject

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`).

Returns:

  • (Boolean)


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_idObject



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`).

Returns:

  • (Boolean)


1254
1255
1256
# File 'lib/travis/client/generated.rb', line 1254

def github_id?
  # This is a placeholder.
end

#idObject

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`).

Returns:

  • (Boolean)


1230
1231
1232
# File 'lib/travis/client/generated.rb', line 1230

def id?
  # This is a placeholder.
end

#loginObject

Login set on GitHub.



1240
1241
1242
# File 'lib/travis/client/generated.rb', line 1240

def 
  # This is a placeholder.
end

#login?Boolean

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

Returns:

  • (Boolean)


1245
1246
1247
# File 'lib/travis/client/generated.rb', line 1245

def login?
  # This is a placeholder.
end

#nameObject

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`).

Returns:

  • (Boolean)


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

#repositoriesObject

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`).

Returns:

  • (Boolean)


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