Class: JSONClass
- Inherits:
-
Object
- Object
- JSONClass
- Defined in:
- lib/translateUtil.rb
Constant Summary collapse
- @@videoConfigClassName =
"className"- @@videoConfigProperties =
"properties"
Instance Attribute Summary collapse
-
#className(str) ⇒ Object
readonly
Returns the value of attribute className.
-
#properties(properties) ⇒ Object
readonly
Returns the value of attribute properties.
Instance Method Summary collapse
-
#initialize ⇒ JSONClass
constructor
A new instance of JSONClass.
Constructor Details
#initialize ⇒ JSONClass
Returns a new instance of JSONClass.
32 33 34 |
# File 'lib/translateUtil.rb', line 32 def initialize @properties = [] end |
Instance Attribute Details
#className(str) ⇒ Object (readonly)
Returns the value of attribute className.
29 30 31 |
# File 'lib/translateUtil.rb', line 29 def className @className end |
#properties(properties) ⇒ Object (readonly)
Returns the value of attribute properties.
29 30 31 |
# File 'lib/translateUtil.rb', line 29 def properties @properties end |