Class: ProtocGenRails::FileResult
- Inherits:
-
Struct
- Object
- Struct
- ProtocGenRails::FileResult
- Defined in:
- lib/generator.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
14 15 16 |
# File 'lib/generator.rb', line 14 def content @content end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/generator.rb', line 14 def name @name end |