Class: RubyJS::FileS
- Inherits:
-
Struct
- Object
- Struct
- RubyJS::FileS
- Defined in:
- lib/ruby_js/code_join.rb
Instance Attribute Summary collapse
-
#class_rid ⇒ Object
Returns the value of attribute class_rid.
-
#content ⇒ Object
Returns the value of attribute content.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#class_rid ⇒ Object
Returns the value of attribute class_rid
4 5 6 |
# File 'lib/ruby_js/code_join.rb', line 4 def class_rid @class_rid end |
#content ⇒ Object
Returns the value of attribute content
4 5 6 |
# File 'lib/ruby_js/code_join.rb', line 4 def content @content end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/ruby_js/code_join.rb', line 4 def path @path end |