Class: BigMarkerClient::Models::PreloadFile

Inherits:
Base
  • Object
show all
Defined in:
lib/big_marker_client/models/preload_file.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize, #to_h

Constructor Details

This class inherits a constructor from BigMarkerClient::Models::Base

Instance Attribute Details

#file_nameObject

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_typeObject

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_urlObject

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

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/big_marker_client/models/preload_file.rb', line 4

def id
  @id
end