Class: Infopark::Crm::Attachment::Permission
- Inherits:
-
Struct
- Object
- Struct
- Infopark::Crm::Attachment::Permission
- Defined in:
- lib/crm_connector/attachment.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#upload_id ⇒ Object
Returns the value of attribute upload_id.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
6 7 8 |
# File 'lib/crm_connector/attachment.rb', line 6 def fields @fields end |
#upload_id ⇒ Object
Returns the value of attribute upload_id
6 7 8 |
# File 'lib/crm_connector/attachment.rb', line 6 def upload_id @upload_id end |
#url ⇒ Object
Returns the value of attribute url
6 7 8 |
# File 'lib/crm_connector/attachment.rb', line 6 def url @url end |