Class: Gared::Holding

Inherits:
Object
  • Object
show all
Defined in:
lib/gared/holding.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location.



3
4
5
# File 'lib/gared/holding.rb', line 3

def location
  @location
end

#scan_urlObject

Returns the value of attribute scan_url.



3
4
5
# File 'lib/gared/holding.rb', line 3

def scan_url
  @scan_url
end

#source_idObject

Returns the value of attribute source_id.



3
4
5
# File 'lib/gared/holding.rb', line 3

def source_id
  @source_id
end

#source_nameObject

Returns the value of attribute source_name.



3
4
5
# File 'lib/gared/holding.rb', line 3

def source_name
  @source_name
end