Method: WP::API::Client#inspect
- Defined in:
- lib/wp/api/client.rb
#inspect ⇒ Object
24 25 26 |
# File 'lib/wp/api/client.rb', line 24 def inspect to_s.sub(/>$/, '') + " @scheme=\"#{@scheme}\" @host=\"#{@host}\" @user=\"#{@user}\" @password=#{@password.present?}>" end |