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.
1739 |
# File 'sig/types.rbs', line 1739
def initialize: (name: String, ?from: String, ?to: String) -> void
|
Instance Attribute Details
#from ⇒ String (readonly)
Returns the value of attribute from.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def from @from end |
#name ⇒ String (readonly)
Returns the value of attribute name.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def name @name end |
#to ⇒ String (readonly)
Returns the value of attribute to.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def to @to end |