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

Returns:

  • (Object)

    the current value of data



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

def data
  @data
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



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

def filename
  @filename
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end