Class: CorePro::Models::FileContent
- Defined in:
- lib/corepro/models/file_content.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#contentLength ⇒ Object
Returns the value of attribute contentLength.
-
#contentType ⇒ Object
Returns the value of attribute contentType.
Attributes inherited from ModelBase
Method Summary
Methods inherited from ModelBase
Methods inherited from JsonBase
#from_json!, #is_hash?, #to_hash, #to_json
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
5 6 7 |
# File 'lib/corepro/models/file_content.rb', line 5 def content @content end |
#contentLength ⇒ Object
Returns the value of attribute contentLength.
7 8 9 |
# File 'lib/corepro/models/file_content.rb', line 7 def contentLength @contentLength end |
#contentType ⇒ Object
Returns the value of attribute contentType.
6 7 8 |
# File 'lib/corepro/models/file_content.rb', line 6 def contentType @contentType end |