Class: Travis::User

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

.current(params = {}) ⇒ Object



1921
1922
1923
# File 'lib/travis/client/generated.rb', line 1921

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

.find(params = {}) ⇒ Object



1913
1914
1915
# File 'lib/travis/client/generated.rb', line 1913

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

.sync(params = {}) ⇒ Object



1917
1918
1919
# File 'lib/travis/client/generated.rb', line 1917

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

Instance Method Details

#active(params = {}) ⇒ Object



1942
1943
1944
# File 'lib/travis/client/generated.rb', line 1942

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

#active_for_owner(params = {}) ⇒ Object



2025
2026
2027
# File 'lib/travis/client/generated.rb', line 2025

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

#avatar_urlObject

Avatar URL set on GitHub.



1986
1987
1988
# File 'lib/travis/client/generated.rb', line 1986

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)


1991
1992
1993
# File 'lib/travis/client/generated.rb', line 1991

def avatar_url?
  # This is a placeholder.
end

#beta_feature_delete(params = {}) ⇒ Object



2041
2042
2043
# File 'lib/travis/client/generated.rb', line 2041

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

#beta_feature_update(params = {}) ⇒ Object



2033
2034
2035
# File 'lib/travis/client/generated.rb', line 2033

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

#beta_features(params = {}) ⇒ Object



1961
1962
1963
# File 'lib/travis/client/generated.rb', line 1961

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

#beta_features_find(params = {}) ⇒ Object



2049
2050
2051
# File 'lib/travis/client/generated.rb', line 2049

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

#delete_beta_feature(params = {}) ⇒ Object



2045
2046
2047
# File 'lib/travis/client/generated.rb', line 2045

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

#find(params = {}) ⇒ Object



1930
1931
1932
# File 'lib/travis/client/generated.rb', line 1930

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

#find_beta_features(params = {}) ⇒ Object



2053
2054
2055
# File 'lib/travis/client/generated.rb', line 2053

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

#find_owner(params = {}) ⇒ Object



2061
2062
2063
# File 'lib/travis/client/generated.rb', line 2061

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

#for_owner_active(params = {}) ⇒ Object



2029
2030
2031
# File 'lib/travis/client/generated.rb', line 2029

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

#for_owner_repositories(params = {}) ⇒ Object



2069
2070
2071
# File 'lib/travis/client/generated.rb', line 2069

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

#github_idObject

Id set on GitHub.



1976
1977
1978
# File 'lib/travis/client/generated.rb', line 1976

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)


1981
1982
1983
# File 'lib/travis/client/generated.rb', line 1981

def github_id?
  # This is a placeholder.
end

#idObject

Value uniquely identifying the user.



1947
1948
1949
# File 'lib/travis/client/generated.rb', line 1947

def id
  # This is a placeholder.
end

#id?Boolean

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

Returns:

  • (Boolean)


1952
1953
1954
# File 'lib/travis/client/generated.rb', line 1952

def id?
  # This is a placeholder.
end

#is_syncingObject

Whether or not the user is currently being synced with Github.



2006
2007
2008
# File 'lib/travis/client/generated.rb', line 2006

def is_syncing
  # This is a placeholder.
end

#is_syncing?Boolean

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

Returns:

  • (Boolean)


2011
2012
2013
# File 'lib/travis/client/generated.rb', line 2011

def is_syncing?
  # This is a placeholder.
end

#loginObject

Login set on Github.



1966
1967
1968
# File 'lib/travis/client/generated.rb', line 1966

def 
  # This is a placeholder.
end

#login?Boolean

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

Returns:

  • (Boolean)


1971
1972
1973
# File 'lib/travis/client/generated.rb', line 1971

def login?
  # This is a placeholder.
end

#nameObject

Name set on GitHub.



1926
1927
1928
# File 'lib/travis/client/generated.rb', line 1926

def name
  # This is a placeholder.
end

#name?Boolean

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

Returns:

  • (Boolean)


1957
1958
1959
# File 'lib/travis/client/generated.rb', line 1957

def name?
  # This is a placeholder.
end

#owner(params = {}) ⇒ Object



1938
1939
1940
# File 'lib/travis/client/generated.rb', line 1938

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

#owner_find(params = {}) ⇒ Object



2057
2058
2059
# File 'lib/travis/client/generated.rb', line 2057

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

#repositoriesObject

Repositories belonging to this user.



1996
1997
1998
# File 'lib/travis/client/generated.rb', line 1996

def repositories
  # This is a placeholder.
end

#repositories?Boolean

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

Returns:

  • (Boolean)


2001
2002
2003
# File 'lib/travis/client/generated.rb', line 2001

def repositories?
  # This is a placeholder.
end

#repositories_for_owner(params = {}) ⇒ Object



2065
2066
2067
# File 'lib/travis/client/generated.rb', line 2065

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

#sync(params = {}) ⇒ Object



1934
1935
1936
# File 'lib/travis/client/generated.rb', line 1934

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

#synced_atObject

The last time the user was synced with GitHub.



2016
2017
2018
# File 'lib/travis/client/generated.rb', line 2016

def synced_at
  # This is a placeholder.
end

#synced_at?Boolean

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

Returns:

  • (Boolean)


2021
2022
2023
# File 'lib/travis/client/generated.rb', line 2021

def synced_at?
  # This is a placeholder.
end

#update_beta_feature(params = {}) ⇒ Object



2037
2038
2039
# File 'lib/travis/client/generated.rb', line 2037

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