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