Class: ArcadiaContract::EventInfo

Inherits:
Object
  • Object
show all
Defined in:
ext/ae-rad/ae-rad-libs.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(_method) ⇒ EventInfo

Returns a new instance of EventInfo.



960
961
962
# File 'ext/ae-rad/ae-rad-libs.rb', line 960

def initialize(_method)
  @method = @method
end

Instance Attribute Details

#iconObject (readonly)

Returns the value of attribute icon.



959
960
961
# File 'ext/ae-rad/ae-rad-libs.rb', line 959

def icon
  @icon
end

#labelObject (readonly)

Returns the value of attribute label.



958
959
960
# File 'ext/ae-rad/ae-rad-libs.rb', line 958

def label
  @label
end

#methodObject (readonly)

Returns the value of attribute method.



957
958
959
# File 'ext/ae-rad/ae-rad-libs.rb', line 957

def method
  @method
end