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