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



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

def data
  @data
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



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

def filename
  @filename
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end