Class: REDCap::Client::File

Inherits:
Struct
  • Object
show all
Defined in:
lib/red_cap/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data



57
58
59
# File 'lib/red_cap/client.rb', line 57

def data
  @data
end

#filenameObject

Returns the value of attribute filename



57
58
59
# File 'lib/red_cap/client.rb', line 57

def filename
  @filename
end

#typeObject

Returns the value of attribute type



57
58
59
# File 'lib/red_cap/client.rb', line 57

def type
  @type
end