Class: Jisota::UploadFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/jisota/upload_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



2
3
4
# File 'lib/jisota/upload_file.rb', line 2

def from
  @from
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



2
3
4
# File 'lib/jisota/upload_file.rb', line 2

def to
  @to
end