Class: ArcadiaContract::EventInfo
- Inherits:
-
Object
- Object
- ArcadiaContract::EventInfo
- Defined in:
- ext/ae-rad/ae-rad-libs.rb
Instance Attribute Summary collapse
-
#icon ⇒ Object
readonly
Returns the value of attribute icon.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#method ⇒ Object
readonly
Returns the value of attribute method.
Instance Method Summary collapse
-
#initialize(_method) ⇒ EventInfo
constructor
A new instance of EventInfo.
Constructor Details
#initialize(_method) ⇒ EventInfo
Returns a new instance of EventInfo.
968 969 970 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 968 def initialize(_method) @method = @method end |
Instance Attribute Details
#icon ⇒ Object (readonly)
Returns the value of attribute icon.
967 968 969 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 967 def icon @icon end |
#label ⇒ Object (readonly)
Returns the value of attribute label.
966 967 968 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 966 def label @label end |
#method ⇒ Object (readonly)
Returns the value of attribute method.
965 966 967 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 965 def method @method end |