Method: Awspec::Type::Ebs#initialize

Defined in:
lib/awspec/type/ebs.rb

#initialize(name) ⇒ Ebs

Returns a new instance of Ebs.



6
7
8
9
# File 'lib/awspec/type/ebs.rb', line 6

def initialize(name)
  super
  @display_name = name
end