Class: Ellipses::Server::Meta::Global

Inherits:
Struct
  • Object
show all
Defined in:
lib/ellipses/server/meta.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#dependsObject

Returns the value of attribute depends

Returns:

  • (Object)

    the current value of depends



12
13
14
# File 'lib/ellipses/server/meta.rb', line 12

def depends
  @depends
end

#extensionObject

Returns the value of attribute extension

Returns:

  • (Object)

    the current value of extension



12
13
14
# File 'lib/ellipses/server/meta.rb', line 12

def extension
  @extension
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



12
13
14
# File 'lib/ellipses/server/meta.rb', line 12

def root
  @root
end

Class Method Details

.from_hash(hash) ⇒ Object



13
14
15
# File 'lib/ellipses/server/meta.rb', line 13

def self.from_hash(hash)
  from_hash_without_bogus_keys!(hash, error: Error)
end