Class: Beamly::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/beamly/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/beamly/configuration.rb', line 4

def id
  @id
end

#keyObject

Returns the value of attribute key.



4
5
6
# File 'lib/beamly/configuration.rb', line 4

def key
  @key
end

#regionObject

Returns the value of attribute region.



4
5
6
# File 'lib/beamly/configuration.rb', line 4

def region
  @region
end

Instance Method Details

#[](option) ⇒ Object



6
7
8
# File 'lib/beamly/configuration.rb', line 6

def [](option)
  send(option)
end