Class: Xberg::PropertyChange

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePropertyChange

Returns a new instance of PropertyChange.

Parameters:

  • name: (String)
  • from: (String)
  • to: (String)


1713
# File 'sig/types.rbs', line 1713

def initialize: (name: String, ?from: String, ?to: String) -> void

Instance Attribute Details

#fromString (readonly)

Returns the value of attribute from.

Returns:

  • (String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def from
  @from
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def name
  @name
end

#toString (readonly)

Returns the value of attribute to.

Returns:

  • (String)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def to
  @to
end