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.



968
969
970
# File 'ext/ae-rad/ae-rad-libs.rb', line 968

def initialize(_method)
  @method = @method
end

Instance Attribute Details

#iconObject (readonly)

Returns the value of attribute icon.



967
968
969
# File 'ext/ae-rad/ae-rad-libs.rb', line 967

def icon
  @icon
end

#labelObject (readonly)

Returns the value of attribute label.



966
967
968
# File 'ext/ae-rad/ae-rad-libs.rb', line 966

def label
  @label
end

#methodObject (readonly)

Returns the value of attribute method.



965
966
967
# File 'ext/ae-rad/ae-rad-libs.rb', line 965

def method
  @method
end