Class: REDCap::Client::File
- Inherits:
-
Struct
- Object
- Struct
- REDCap::Client::File
- Defined in:
- lib/red_cap/client.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
56 57 58 |
# File 'lib/red_cap/client.rb', line 56 def data @data end |
#filename ⇒ Object
Returns the value of attribute filename
56 57 58 |
# File 'lib/red_cap/client.rb', line 56 def filename @filename end |
#type ⇒ Object
Returns the value of attribute type
56 57 58 |
# File 'lib/red_cap/client.rb', line 56 def type @type end |