class WsdlMapper::Naming::PropertyName
Represents a name of a ruby property, consisting of its instance variable and its accessors (attribute).
Attributes
attr_name[R]
var_name[R]
Public Class Methods
new(attr_name, var_name)
click to toggle source