Class: Anydoc::ImageSource

Inherits:
Data
  • Object
show all
Defined in:
lib/anydoc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idObject (readonly)

Returns the value of attribute asset_id

Returns:

  • (Object)

    the current value of asset_id



16
17
18
# File 'lib/anydoc.rb', line 16

def asset_id
  @asset_id
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



16
17
18
# File 'lib/anydoc.rb', line 16

def kind
  @kind
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



16
17
18
# File 'lib/anydoc.rb', line 16

def url
  @url
end