Class: Ticketbai::Config
- Inherits:
-
Struct
- Object
- Struct
- Ticketbai::Config
- Defined in:
- lib/ticketbai.rb
Instance Attribute Summary collapse
-
#app_name ⇒ Object
Returns the value of attribute app_name.
-
#app_version ⇒ Object
Returns the value of attribute app_version.
-
#certificates ⇒ Object
Returns the value of attribute certificates.
-
#developer_company_nif ⇒ Object
Returns the value of attribute developer_company_nif.
-
#license_key ⇒ Object
Returns the value of attribute license_key.
Instance Attribute Details
#app_name ⇒ Object
Returns the value of attribute app_name
33 34 35 |
# File 'lib/ticketbai.rb', line 33 def app_name @app_name end |
#app_version ⇒ Object
Returns the value of attribute app_version
33 34 35 |
# File 'lib/ticketbai.rb', line 33 def app_version @app_version end |
#certificates ⇒ Object
Returns the value of attribute certificates
33 34 35 |
# File 'lib/ticketbai.rb', line 33 def certificates @certificates end |
#developer_company_nif ⇒ Object
Returns the value of attribute developer_company_nif
33 34 35 |
# File 'lib/ticketbai.rb', line 33 def developer_company_nif @developer_company_nif end |
#license_key ⇒ Object
Returns the value of attribute license_key
33 34 35 |
# File 'lib/ticketbai.rb', line 33 def license_key @license_key end |