Class: BigMarkerClient::Models::PreloadFile
- Defined in:
- lib/big_marker_client/models/preload_file.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#file_type ⇒ Object
Returns the value of attribute file_type.
-
#file_url ⇒ Object
Returns the value of attribute file_url.
-
#id ⇒ Object
Returns the value of attribute id.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from BigMarkerClient::Models::Base
Instance Attribute Details
#file_name ⇒ Object
Returns the value of attribute file_name.
4 5 6 |
# File 'lib/big_marker_client/models/preload_file.rb', line 4 def file_name @file_name end |
#file_type ⇒ Object
Returns the value of attribute file_type.
4 5 6 |
# File 'lib/big_marker_client/models/preload_file.rb', line 4 def file_type @file_type end |
#file_url ⇒ Object
Returns the value of attribute file_url.
4 5 6 |
# File 'lib/big_marker_client/models/preload_file.rb', line 4 def file_url @file_url end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/big_marker_client/models/preload_file.rb', line 4 def id @id end |