Class: ArcadiaLibs::ArcadiaLibParams
- Inherits:
-
Struct
- Object
- Struct
- ArcadiaLibs::ArcadiaLibParams
- Defined in:
- ext/ae-rad/ae-rad-libs.rb
Instance Attribute Summary collapse
-
#classLib ⇒ Object
Returns the value of attribute classLib.
-
#name ⇒ Object
Returns the value of attribute name.
-
#require ⇒ Object
Returns the value of attribute require.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#classLib ⇒ Object
Returns the value of attribute classLib
59 60 61 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 59 def classLib @classLib end |
#name ⇒ Object
Returns the value of attribute name
59 60 61 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 59 def name @name end |
#require ⇒ Object
Returns the value of attribute require
59 60 61 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 59 def require @require end |
#source ⇒ Object
Returns the value of attribute source
59 60 61 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 59 def source @source end |