Class: Jenkins2::API::User::Proxy

Inherits:
ResourceProxy show all
Defined in:
lib/jenkins2/api/user.rb

Instance Attribute Summary collapse

Attributes inherited from ResourceProxy

#connection, #path

Method Summary

Methods inherited from ResourceProxy

#initialize, #method_missing, #raw, #respond_to_missing?, #subject

Constructor Details

This class inherits a constructor from Jenkins2::ResourceProxy

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Jenkins2::ResourceProxy

Instance Attribute Details

#idObject

Returns the value of attribute id.



21
22
23
# File 'lib/jenkins2/api/user.rb', line 21

def id
  @id
end