Class: Xberg::PropertyChange
- Inherits:
-
Object
- Object
- Xberg::PropertyChange
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#from ⇒ String
readonly
Returns the value of attribute from.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#to ⇒ String
readonly
Returns the value of attribute to.
Instance Method Summary collapse
-
#initialize ⇒ PropertyChange
constructor
A new instance of PropertyChange.
Constructor Details
#initialize ⇒ PropertyChange
Returns a new instance of PropertyChange.
1713 |
# File 'sig/types.rbs', line 1713
def initialize: (name: String, ?from: String, ?to: String) -> void
|
Instance Attribute Details
#from ⇒ String (readonly)
Returns the value of attribute from.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def from @from end |
#name ⇒ String (readonly)
Returns the value of attribute name.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def name @name end |
#to ⇒ String (readonly)
Returns the value of attribute to.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def to @to end |