Class: AsgDetailer::Detailer

Inherits:
Object
  • Object
show all
Defined in:
lib/asg-detailer/detailer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, options = {}) ⇒ Detailer

Returns a new instance of Detailer.



9
10
11
12
# File 'lib/asg-detailer/detailer.rb', line 9

def initialize(name, options = {})
  @name = name
  @infra = Infra.new
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



7
8
9
# File 'lib/asg-detailer/detailer.rb', line 7

def name
  @name
end

Instance Method Details

#runObject



14
15
16
# File 'lib/asg-detailer/detailer.rb', line 14

def run
  detail_asg
end