Method: PoolParty::Resource#has_method_name

Defined in:
lib/poolparty/resource.rb

#has_method_nameObject

has_method_name alias for the singleton method has_method_name so that there is access to the has_method_name on the instance



143
144
145
# File 'lib/poolparty/resource.rb', line 143

def has_method_name
  self.class.has_method_name
end