Class: Infopark::Crm::Attachment::Permission

Inherits:
Struct
  • Object
show all
Defined in:
lib/crm_connector/attachment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



6
7
8
# File 'lib/crm_connector/attachment.rb', line 6

def fields
  @fields
end

#upload_idObject

Returns the value of attribute upload_id

Returns:

  • (Object)

    the current value of upload_id



6
7
8
# File 'lib/crm_connector/attachment.rb', line 6

def upload_id
  @upload_id
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/crm_connector/attachment.rb', line 6

def url
  @url
end