class User attr_accessor :username, :user_info, :client, :repos def initialize(name=nil) # @client = Octokitty.new @user_info = Octokitty.new.user_config(name) @repos = Octokitty.new.repo_config(@user_info.login) if @user_info end end # > [:!, # :!=, # :!~, # :&, # :*, # :+, # :-, # :<<, # :<=>, # :==, # :===, # :=~, # :[], # :[]=, # :__binding__, # :__id__, # :__send__, # :all?, # :any?, # :append, # :assoc, # :at, # :bsearch, # :bsearch_index, # :chain, # :chunk, # :chunk_while, # :class, # :clear, # :clone, # :collect, # :collect!, # :collect_concat, # :combination, # :compact, # :compact!, # :concat, # :count, # :cycle, # :define_singleton_method, # :delete, # :delete_at, # :delete_if, # :detect, # :difference, # :dig, # :display, # :drop, # :drop_while, # :dup, # :each, # :each_cons, # :each_entry, # :each_index, # :each_slice, # :each_with_index, # :each_with_object, # :empty?, # :entries, # :enum_for, # :eql?, # :equal?, # :extend, # :fetch, # :fill, # :filter, # :filter!, # :find, # :find_all, # :find_index, # :first, # :flat_map, # :flatten, # :flatten!, # :freeze, # :frozen?, # :gem, # :grep, # :grep_v, # :group_by, # :hash, # :include?, # :index, # :inject, # :insert, # :inspect, # :instance_eval, # :instance_exec, # :instance_of?, # :instance_variable_defined?, # :instance_variable_get, # :instance_variable_set, # :instance_variables, # :is_a?, # :itself, # :join, # :keep_if, # :kind_of?, # :last, # :lazy, # :length, # :map, # :map!, # :max, # :max_by, # :member?, # :method, # :methods, # :min, # :min_by, # :minmax, # :minmax_by, # :nil?, # :none?, # :object_id, # :one?, # :pack, # :partition, # :permutation, # :pop, # :prepend, # :pretty_inspect, # :pretty_print, # :pretty_print_cycle, # :pretty_print_inspect, # :pretty_print_instance_variables, # :private_methods, # :product, # :protected_methods, # :pry, # :public_method, # :public_methods, # :public_send, # :push, # :rassoc, # :reduce, # :reject, # :reject!, # :remove_instance_variable, # :repeated_combination, # :repeated_permutation, # :replace, # :respond_to?, # :reverse, # :reverse!, # :reverse_each, # :rindex, # :rotate, # :rotate!, # :sample, # :select, # :select!, # :send, # :shelljoin, # :shift, # :shuffle, # :shuffle!, # :singleton_class, # :singleton_method, # :singleton_methods, # :size, # :slice, # :slice!, # :slice_after, # :slice_before, # :slice_when, # :sort, # :sort!, # :sort_by, # :sort_by!, # :sum, # :taint, # :tainted?, # :take, # :take_while, # :tap, # :then, # :to_a, # :to_ary, # :to_enum, # :to_h, # :to_json, # :to_s, # :to_set, # :transpose, # :trust, # :union, # :uniq, # :uniq!, # :unshift, # :untaint, # :untrust, # :untrusted?, # :values_at, # :yield_self, # :zip, # :|]