class EasySwig::ApiMethod

Attributes

match_constructor[RW]
match_static[RW]

Public Instance Methods

constructor?() click to toggle source
# File lib/apinodes/api_method.rb, line 7
def constructor?
  @target_name==parent.target_name
end