Class: CorePro::Models::FileContent

Inherits:
ModelBase show all
Defined in:
lib/corepro/models/file_content.rb

Instance Attribute Summary collapse

Attributes inherited from ModelBase

#requestId

Method Summary

Methods inherited from ModelBase

escape, #to_s

Methods inherited from JsonBase

#from_json!, #is_hash?, #to_hash, #to_json

Instance Attribute Details

#contentObject

Returns the value of attribute content.



5
6
7
# File 'lib/corepro/models/file_content.rb', line 5

def content
  @content
end

#contentLengthObject

Returns the value of attribute contentLength.



7
8
9
# File 'lib/corepro/models/file_content.rb', line 7

def contentLength
  @contentLength
end

#contentTypeObject

Returns the value of attribute contentType.



6
7
8
# File 'lib/corepro/models/file_content.rb', line 6

def contentType
  @contentType
end